Last Modified: May 29, 2024
Affected Product(s):
BIG-IP APM
Known Affected Versions:
15.1.2, 15.1.2.1, 15.1.3, 15.1.3.1, 15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2
Fixed In:
17.1.0, 16.1.4, 15.1.9
Opened: Apr 12, 2021 Severity: 3-Major
Connection is reset when sending a HTTP HEAD request to APM Virtual Server
Connection is reset
-- A virtual server with APM implemented -- A HTTP HEAD request is sent to the virtual server
To work around this issue, implement the following iRule on the virtual server: when HTTP_REQUEST priority 500 { if {[HTTP::method] equals "HEAD" && [HTTP::path] equals "/"} { HTTP::respond 404 } }
None