Skip to main content

HTTP 405 Method Not Allowed

The URL exists but does not support this HTTP method.

4xx · Client error✗ not retryable — fix the request instead

In AI APIs specifically

Typically a GET against a POST-only inference endpoint, often caused by a redirect that downgraded the method.

Fix checklist

  • Use the method documented for the endpoint.
  • Check for redirects converting POST to GET.

Spec: RFC reference