When I make a POST request to ASP.NET MVC app, I'm getting HTTP 400 Bad Request.
I have decorated the post action with [ValidateInput(false)]
, but still i am getting this error.
I have a model which is the parameter of the POST method.
Any suggestions for this?