Forum Discussion
JoshBarrow
Oct 14, 2020Cirrus
Landing URI Branch Rule
Is there a way to force landing URIs in APM to all lowercase or all uppercase? instead of doing something like this:
Expression: expr { [mcget {session.server.landinguri}] contains "/uri/" || [mcget {session.server.landinguri}] contains "/uri/*" || [mcget {session.server.landinguri}] contains "/URI/" || [mcget {session.server.landinguri}] contains "/URI/*"}
Hi JoshBarrow,
Can you try this?
expr { [string tolower [mcget {session.server.landinguri}]] contains "/uri/" }
Hi JoshBarrow,
Can you try this?
expr { [string tolower [mcget {session.server.landinguri}]] contains "/uri/" }
- JoshBarrowCirrus
That actually worked out well.! Thank you very much.
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