The HTTP 405
Method Not Allowed
response status code indicates that the request method is known by the server but has been disabled and cannot be used. The two mandatory methods, GET
and HEAD
, must never be disabled and should not return this error code.
Status
405 Method Not Allowed
Specifications
Specification | Title |
---|---|
RFC 7231, section 6.5.5: 405 Method Not Allowed | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |