reject-request-transfer-encodings
reject-request-transfer-encodings = {yes|no}Description
Specifies the WebSEAL response to requests containing the Transfer-Encoding header.
Options
yes WebSEAL rejects (with error status of 501, Not Implemented) any request with a Transfer-Encoding header value of anything other than "identity" or "chunked". no WebSEAL may reject the request, or may forward it on the junctioned server in a corrupted state. This setting is available for compatibility with versions of WebSEAL prior to version 6.0.
Usage: Required.
Default: yes
Example:
reject-request-transfer-encodings = yes