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

Forum Discussion

Matthew_Hutchin's avatar
Matthew_Hutchin
Icon for Nimbostratus rankNimbostratus
Apr 08, 2018

An iRule that uses a catch all for redirects?

Has anyone seen or done anything like this before?   when HTTP_REQUEST { if {[HTTP::host] ne "abc.com"} { HTTP::redirect "https://[HTTP::host][HTTP::uri]" } }   Can you even d...