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

Forum Discussion

LyonsG_85618's avatar
LyonsG_85618
Icon for Cirrostratus rankCirrostratus
Jul 31, 2013

HTTP::header replace problem

Hi folks.     I have a simple iRule to replace a host & uri     when HTTP_REQUEST {   set requestedHost [string tolower [HTTP::host]]   set requestedURI [HTTP::uri]   ...