Forum Discussion
Jose_Santiago_O
Nimbostratus
Jan 07, 2009Pool redirection based on cookie using SSL Termination.
Hi,
Is it possible to verify if a cookie exists using SSL Termination?
I have this rule:
when HTTP_REQUEST {
if { [HTTP::cookie exists "MyCookie"] } {
pool mynewpool}
...
dennypayne
Employee
Jan 07, 2009Hmm...not sure where else to start other than adding some logging to see if you're even getting into the rule:
when HTTP_REQUEST {
if { [HTTP::cookie exists "MyCookie"] } {
log local0. "Found cookie"
pool mynewpool
} else {
log local0. "No cookie"
pool myoldpool
}
}
I moved the brackets around a bit too, I don't think it matters as long as it compiles in the GUI but ??
Denny
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