405
HTTP

405 Method Not Allowed

The HTTP method is not allowed for the requested resource. The response includes an Allow header listing valid methods.

Quando você vê este código

When sending POST to a read-only endpoint, or DELETE to a non-deletable resource.

Como corrigir

Check the Allow response header for supported methods. Use the correct HTTP method.

Equivalentes entre protocolos

Guias

Glossário