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

Forum Discussion

danra_139044's avatar
danra_139044
Icon for Altostratus rankAltostratus
Mar 25, 2014

iRule: 'Switch -glob' does not work with HTTP::payload, it works using 'if-elseif' logic.

Anyway how to use 'switch -glob' to search HTTP::payload? It works with 'if-elseif' logic. Also, is the HTTP::release advisable to add? when HTTP_REQUEST { if { [HTTP::method] equals "POST" }{ ...