405

Method Not Allowed

4xx · Error del cliente (Client Error) Frecuente

Resumen

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

Cuándo ocurre

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

Causas comunes

Cómo solucionarlo

Códigos relacionados

Base en la especificación