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

Forum Discussion

lipos_54863's avatar
lipos_54863
Icon for Nimbostratus rankNimbostratus
14 years ago

Secret HTTP redirection

Hi,     I need to hide HTTP redirection on LTMs using an iRule.     Here's my simple example:     when HTTP_REQUEST {   if { [HTTP::uri] starts_with "/test"} {   HTTP::r...