IIS remove header before diagnosed as invalid

0

The reverse proxy (IIS ARR) gets http request with invalid encoded http headers.

IIS Request Diagnostics:

MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName="ApplicationRequestRouting", 
Notification="EXECUTE_REQUEST_HANDLER", 
HttpStatus="502",
HttpReason="Bad Gateway", 
HttpSubStatus="3", 
ErrorCode="The parameter is incorrect. (0x80070057)", 
ConfigExceptionInfo=""

How can I remove these headers before the request will be diagnosed as invalid?

iis
http
http-headers
arr
asked on Server Fault Jan 17, 2018 by hdev • edited Jan 18, 2018 by hdev

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0