405

Method Not Allowed

4xx Client Error

The request method is known by the server but not supported by the target resource.

Common Causes

  • Using POST instead of GET
  • Wrong HTTP method
  • Endpoint restrictions

How to Fix

  • Check allowed methods
  • Review API documentation
  • Use correct HTTP verb

About HTTP 405

HTTP 405 Method Not Allowed is a client error response status code. This indicates that the client seems to have made an error in the request.

Monitor for HTTP Errors

Get instant alerts when your endpoints return error status codes. Detect issues before your users do.

Start Monitoring Free

Related Status Codes