IIS 7 returning 400 Bad Request on POST

Posted by xenolf on Server Fault See other posts from Server Fault or by xenolf
Published on 2011-02-05T22:07:17Z Indexed on 2011/02/05 23:27 UTC
Read the original article Hit count: 966

Filed under:
|

Greetings,

i am trying to POST data in a MVC 3 application to a server running IIS 7 using jquery ajax.

When i post normally to the server, everything works ok, just when i post with ajax the server returns a 400 Bad request.

I already ran a trace on such a request but all i got from that was the following:

ModuleName="ManagedPipelineHandler",
Notification="EXECUTE_REQUEST_HANDLER",
HttpStatus="400",
HttpReason="Bad Request",
HttpSubStatus="0",
ErrorCode="The operation completed successfully. (0x0)",
ConfigExceptionInfo=""

Can anyone point me into the right direction to solve this issue? Thanks

© Server Fault or respective owner

Related posts about iis7

Related posts about AJAX