Forum Discussion
Nick_T_68319
Nimbostratus
Apr 01, 2014Select pool based on URI and maintain with cookie
I don't know if this is possible, but I want to select a different pool based off something in the URI. like ?site=testsite perhaps. But the problem is, I want to persist it to that pool even if th...
Apr 02, 2014
Hi mate!
Check out this article?
Maybe something like this?
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "testsite" } {
persist cookie insert testsite_persist 0
pool testsite-pool
}
}
/Patrik
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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