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

Forum Discussion

Vivek_Padale_16's avatar
Vivek_Padale_16
Icon for Nimbostratus rankNimbostratus
Aug 13, 2014

I want to redirection from 302 to 301 through irule

Hello,   I want to do redirection from 302 to 301. for that i am using the below irule.   when HTTP_REQUEST { HTTP::respond 301 "Location" "http://[HTTP::host][HTTP::uri]" }   I want to know...