Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Moe_Jartin's avatar
16 years ago

How to match just / uri????

I have the following irule:     when HTTP_REQUEST {   switch -glob [string tolower [HTTP::uri]] {   /services* {   pool pool_beta-dev.blah.org_SERVICES   }   ...