keecode logokeecode
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 Allowed

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 405 Method Not Allowed