Forum Discussion
Sachin_M_258695
Nimbostratus
Aug 24, 2016Need an Irule
What is an I rule for differentiating a traffic.
Requriment
If uri contains /xyz : it has to go to one of the member of the pool
If URi contains /abc : It has to go to another member ...
Stephan_Mierau
Employee
Aug 24, 2016when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] starts_with "/xyz") } {
pool abc
} else {
pool def
}
but I would recommend you to use a ltm policy for this ask
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