Forum Discussion
Blue_whale
Dec 14, 2021Cirrocumulus
Irule to redirecting to pool based on User-Agent
Hi Team , We have a 443 VIP with default pool configured to it , We have a new requirement to create a new pool and redirect the traffic to the new pool based on the user-agent . VIP : ...
Hi ck_Bengre,
when HTTP_REQUEST {
if { [HTTP::header User-Agent] contains "example useragent 2.1" } {
pool p_example_useragent_80
}
else {
pool p_example_80
}
}
Blue_whale
Dec 15, 2021Cirrocumulus
Thank you
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