Forum Discussion
F5-Oetti
Nimbostratus
Mar 15, 2018Go to different Pools depending on URL
I have a request to get the following to work:
curl -sSL -D - -o /dev/null should point to CAD_Pool_36
curl -sSL -D - -o /dev/null should point to CAD_Pool_38
anything else should (no A or B in...
Stanislas_Piro2
Cumulonimbus
Mar 15, 2018conditions
[string tolower [HTTP::path]] contains "preview/A"
and [string tolower [HTTP::path]] contains "preview/B"
will never match because :
- [string tolower [HTTP::path]] returns a string in lowercase
- "preview/A" contains an uppercase character
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