Forum Discussion
dyobbs_25515
Jul 22, 2015Nimbostratus
iRule to match 2 or more strings in the URI?
I have this requirement to match 2 uris in the same request. i have this iRule:
when HTTP_REQUEST { switch -glob [HTTP::host][HTTP::uri] { "/upload" - " images " { pool SERVER1 } } }
The iR...
Kevin_Stewart
Jul 22, 2015Employee
The switch command itself is more comparable with an "if/else if". There's no "and" option.
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