httpsys
httpsys copied to clipboard
remove transfer-enconding: chunked header from the request
Since HTTP.SYS automatically undoes chunked transfer encoding of the request, the 'Transfer-Encoding: chunked' header should probably be removed from the request headers to avoid confusing the applicaton code.