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 :
when HTTP_REQUEST { if { [string tolower [HTTP::uri] ] contains "DGLIST" } { pool app_pool" } else { pool aws_app_pool } }
This is OK ?
Thanks for the help!
Something like this:
when HTTP_REQUEST { if { [class match [string tolower [HTTP::uri] ] contains DGLIST ] } { pool app_pool } else { pool aws_app_pool } }
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