Forum Discussion
wixxyl_98682
Nimbostratus
Nov 07, 2012Catching the correct URI
Dev,
I've run into a particular sticky situation regarding some URI redirects on the F5. I've got an iRule that is redirecting the client based on the uri contained in the browser. This p...
wixxyl_98682
Nimbostratus
Nov 07, 2012We currently aren't using persistence, I've tried every form of persistence short of writing a new persistence method, and to no avail. I'll post the iRule below:
when HTTP_REQUEST {
if { [HTTP::uri] contains "/TRNG" } {
pool Banner_SSB_9010
} elseif { [HTTP::uri] contains "/BILD" } {
pool Banner_SSB_9020
} elseif { [HTTP::uri] contains "/DEVL" } {
pool Banner_SSB_9030
} elseif { [HTTP::uri] contains "/TEST"} {
pool Banner_SSB_9040
}
}
Farming the client out to specific ports on the server and redirecting to different pools.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects