405
Method Not Allowed
Client Error
Description
The request method is not supported for the requested resource
Common Usage
Used when endpoint doesn't support GET, POST, PUT, etc.
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 405 Method Not AllowedcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 405 Method Not AllowedClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category