405

Method Not Allowed

4xx · Client Error Common

Summary

The HTTP method is known but not supported for the target resource.

When it occurs

Returned when, for example, a GET is used on an endpoint that only accepts POST.

Common causes

How to fix

Related codes

Spec reference