In Windows, the http.sys component rejects any incoming post requests that do not include a 'Content-Length' header

111 views Asked by At

How is it possible to ignore the Content-Length header validation check for incoming requests of the HTTP.sys component?

I have not found any way to ignore the Content-Length header validation check of the HTTP.sys component. It appears to be a native component that cannot be modified, which means that the validation check cannot be disabled or bypassed for incoming requests.

0

There are 0 answers