Forum Discussion
Will_4436
Aug 09, 2012Nimbostratus
Direct traffic to a different pool based on HTTP or SOAP request.
Hi,
I hope someone can assist with the following problem: F5 Configuration: Single VS: 1.1.1.1
URL: http://www.domain.com/
URI: /app
Port: 443
Associated...
nitass
Aug 10, 2012Employee
Can this be incorporated in the same iRule?yes, you can check uri before.
e.g.
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/app"} {
if {[HTTP::header exists SOAPAction]} {
pool Pool_B
} else {
pool Pool_A
}
}
}
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