Forum Discussion
amr_magdy_25051
Nimbostratus
Apr 16, 2017Irule that select pool memeber based on client language in http header
I am trying to make an irule that forwards traffic to a specific pool or pool member based on client language used in http header
Snl
Cirrostratus
Apr 17, 2017try below
when HTTP_REQUEST {
if { [HTTP::header "Accepted-Language"] contains "en-us" } {
pool Pool_english
}
}
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