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

Forum Discussion

Arie's avatar
Arie
Icon for Altostratus rankAltostratus
Apr 30, 2008

HELP! - what's wrong with this redirect?

when HTTP_REQUEST {       if { [string tolower [HTTP::uri]] starts_with "/account" } {     HTTP::redirect https://www.domain2.com[HTTP::uri]     }       }