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

Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Jun 03, 2011

switch -glob to match two or more than two conditions

Hi,I wanna to achieve this ,use switch -glob instead of if/else chain     if { [[TCP::local_port clientside] != 443] && [[HTTP::uri] starts_with "/mobile/auth"] }   {   HTTP::redirect "h...