For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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/" }