I had been struggling with a odd error when performing a POST from a WebApi project.
The server was refusing the request because the request is in a format not supported by that method.
The code causing the error:
I had been struggling with a odd error when performing a POST from a WebApi project.
The server was refusing the request because the request is in a format not supported by that method.
The code causing the error:
For a current client I am building an MVC4.5 HTML5 web front end that performs WebApi calls to a service that is under development.
This is great, except some calls I need to make don’t exist yet, even though I …