IIS7 rejecting POST requests with 400 error.
Posted
by Eli
on Server Fault
See other posts from Server Fault
or by Eli
Published on 2010-01-15T21:21:06Z
Indexed on
2010/03/17
21:01 UTC
Read the original article
Hit count: 539
I have a web application that is supposed to handle post requests from SAP.
This has been working fine at other customers with win2k3 systems (IIS6) and win2k8 (IIS7) systems.
However, on this specific customer's site, IIS responds with a 400 response, without calling my aspx page. In fact, I don't even see it appear in the w3c log for the virtual directory.
I do see the request using Network Monitor, so I know no firewalls and the like are eating the request, and as far as I can tell, all of the fields of the request are valid (there is "content-length", it looks correct (this is a sending of a 28K tiff file - which isn't MIME encoded, curiously enough now that I think of it...)
Ideas?
© Server Fault or respective owner