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

rschwarz79's avatar
May 12, 2025
Solved

APM URL Branching tolower

Hello Folks,   Situation is: I've a Per-Request-Policy with URL Branching for specific URL to activate a 2 FA.  -> this is working.   Problem: URL Branching is only working with a exact matching...
  • Injeyan_Kostas's avatar
    May 12, 2025

    So in your URL Branching now you have a branch like "Expression: URL contains: /path/path123/"

    Which if you go to Advanced is actually "expr {[mcget {perflow.branching.url}] contains "/path/path123/"}"

    You then could try "expr {[string tolower [mcget {perflow.branching.url}] contains "/path/path123/"]}"