Forum Discussion
Awkrd1_7470
Feb 23, 2012Nimbostratus
Unable to identify HTTP header variable for pool redirection
I have a two tier load balancing scenario where my client is accessing a load balanced SOA environment which I'll call my "upper load balance tier". The upper load balance tier accesses a VIP on the "...
nitass
Feb 24, 2012Employee
can you try something like this?
sol7392: Overview of universal persistence
http://support.f5.com/kb/en-us/solutions/public/7000/300/sol7392.html
e.g.
when HTTP_RESPONSE {
if { [HTTP::header exists "datacenter"] } {
persist add uie [HTTP::header "datacenter"]
}
}
when HTTP_REQUEST {
if { [HTTP::header exists "datacenter"] } {
persist uie [HTTP::header "datacenter"]
}
}
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