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...
Brian_69413
Aug 10, 2012Nimbostratus
How about this:
when HTTP_REQUEST {
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