Asp.net WEB API – What problems could arise if I use POST instead of PUT and DELETE?

This is fairly common and there is even a somewhat standard http header for it. It’s called “http method override” and you’ll find some good stuff in this question X-HTTP-Method-Override gives NotFound (404) on ASP.NET Web API

Leave a Comment