Forum Discussion
breddy_11660
Nimbostratus
Jun 15, 2012irules to redirect based on simple pay-per-click 'tags'
We have a pair of BIG-IP F5 Load Balancers, running 10x+, which direct traffic between two web farms.
Farm A) handles default traffic, 404s, etc
Farm B) handles a more limited ...
hoolio
Cirrostratus
Jun 15, 2012You can check the URI in the request using [HTTP::uri] and use switch to handle multiple patterns:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"*RefID*" -
"*TrkNum*" {
Matched RefID or TrkNum
}
default {
No match
}
}
}
Aaron
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