AcceptCompressedEncodings
A Boolean value that specifies whether to accept compressed responses to HTTP requests (by setting the header Accept-Encoding: gzip
).
You should only set this parameter if you are troubleshooting connection problems and have set EnableHTTPTrace to TRUE
. In this case, set this parameter to FALSE
so that the body of the response is logged in plain text.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName |
Example: | AcceptCompressedEncodings=FALSE
|
See Also: | EnableHTTPTrace |