Forum Discussion
kridsana
Cirrocumulus
Apr 29, 2015Simplify irule (rather than if ,elseif, elseif ...)
Hi
Is there anyway to simplify or condense this irule?
when HTTP_REQUEST
if {[HTTP::uri] starts_with "/atm/"
or [HTTP::uri] contains "/ammcontent"
or [HTTP::uri] contains...
kridsana
Cirrocumulus
Apr 30, 2015Can I do like this?
when HTTP_REQUEST
if {[HTTP::uri] starts_with "/atm/"
or [class match [HTTP::uri] contains my_uri_datagroup] }
{ pool atm_HTTP }
and my_uri_datagroup is include with all those uri "/.."
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