Forum Discussion

JoshBarrow's avatar
Oct 14, 2020
Solved

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/" || [m...
  • Enes_Afsin_Al's avatar
    Oct 14, 2020

    Hi JoshBarrow,

    Can you try this?

    expr { [string tolower [mcget {session.server.landinguri}]] contains "/uri/" }