Created
September 2, 2021 18:24
-
-
Save haproxytechblog/2a44ce488acb81131071fda46472cb76 to your computer and use it in GitHub Desktop.
September/2021 - Duplicate 'Content-Length' Header Fixed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frontend myfrontend | |
http-request deny if { req.hdr_cnt(content-length) gt 1 } | |
http-response deny if { res.hdr_cnt(content-length) gt 1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment