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
Sep 20, 2011

how to merge these conditions to one :matches_regex

how to merge these conditions to one   if {$port == 443 and $uri matches_regex "^(/up)"} {   persist none   pool SRWD42-SLX   }   elseif {   $port == 443 and $uri matches_reg...