Forum Discussion
maayan_yosef_20
Nimbostratus
Feb 18, 2018F5 iRule with URI and Data Group
Hi Support,
I need your help to set iRule that will check the split the traffic via URI string between our OnPrem and AWS appliction
the aws_app_pool point to AWS ELB via FQDN to
Example : ...
Feb 18, 2018
Something like this:
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::uri] ] contains DGLIST ] } {
pool app_pool
}
else {
pool aws_app_pool
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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