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

Forum Discussion

Cody_Conklin_17's avatar
Cody_Conklin_17
Icon for Nimbostratus rankNimbostratus
Aug 11, 2005

iRule variable match is case sensitive

I have an iRule that behaves normally:     if (http_uri starts_with "/authentication") {   use pool IIS_Pool_80   }   else if (http_uri starts_with "/certapp") {   use pool IIS...