Last Modified: May 29, 2024
Affected Product(s):
BIG-IP LTM, TMOS
Known Affected Versions:
16.0.0, 16.0.0.1, 16.0.1, 16.0.1.1, 16.0.1.2, 16.1.0, 16.1.1
Fixed In:
17.0.0, 16.1.2
Opened: May 24, 2021 Severity: 3-Major
Web pages are not rendered properly; HTTP responses are truncated when traversing the BIG-IP system.
HTTP responses are truncated when passing through the BIG-IP system.
-- Virtual server with an HTTP profile -- HTTP server generates a compressed response -- BIG-IP system determines that it must decompress the payload, e.g., a rewrite profile attached to the virtual server
One of the following: -- Add an HTTP Compression profile to the virtual server, and ensure that 'Keep Accept-Encoding' is not selected. -- Use an iRule to remove the Accept-Encoding header from requests, e.g.: ltm rule workaround { when HTTP_REQUEST { HTTP::header remove Accept-Encoding } }
None