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

Forum Discussion

BaltoStar_12467's avatar
Mar 09, 2015

BIG-IP : HTTP_RESPONSE event : http status code

F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi

 

In HTTP_RESPONSE event how to know the http status code of the response ?

 

1 Reply

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    You can check like following

    when HTTP_RESPONSE {
      if { [HTTP::status] contains "404"} {
        HTTP::redirect "http://www.siterequest.com/"
      }
    }