It's technically possible, although not very likely, that a client might receive an HTTP 400 response, which doesn't have an associated log entry in the **httperr.log** file. It could happen if an ISAPI filter or extension, or an HTTP module in IIS, sets the 400 status, in which case you could look at the IIS log for more information. It could also happen if an entity between the client and the server, such as a proxy server or other network device, intercepts a response from IIS and overrides it with its own 400 status and/or "Bad Request" error.
0 commit comments