The HyperText Transfer Protocol (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.
Note: The two mandatory methods, GET
and HEAD
, must never be disabled and it should not return this type of error.
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 |