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

Forum Discussion

Dayton_Gray_103's avatar
Dayton_Gray_103
Icon for Nimbostratus rankNimbostratus
Oct 29, 2008

Custom 404 passthrough question.

I have the following iRule in place: when HTTP_REQUEST { if { [HTTP::uri] contains "pagenotfound.html" } { event disable all } } when HTTP_RESPONSE { if { [HTTP::statu...