Friday, September 23, 2016

What causes 405 Method Not Allowed error messages?

In the ASP.NET Web API it's gonna be strange verbs you shouldn't be using. Beyond this list of verbs, the first link I give here suggests the other verbs are:

  • COPY
  • MOVE
  • MKCOL
  • PROPFIND
  • PROPPATCH
  • LOCK
  • UNLOCK
  • PATCH

No comments:

Post a Comment