Forum Discussion
m1978_295079
Aug 28, 2018Nimbostratus
Using irule which inspects perticular URI
My current set up is as follows (I have used random IP and domain name)
External facing VIP (224.22.61.41, domain name )
It has four pool members
- 192.168.1.21
...
- Aug 28, 2018
Hello,examples from the page below would probably solve your problem: https://devcentral.f5.com/wiki/iRules.HTTP__uri.ashxExamples_5
Vijay_E
Aug 28, 2018Cirrus
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] eq "/review1.htm.htmlone" } {
pool POOL_A
} else {
pool POOL_B
}
}
Use 2 pools. The above iRule is untested. You may have to tweak it to suit your needs.
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