405

Method Not Allowed

4xx · 클라이언트 오류 (Client Error) 자주 쓰임

요약

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

언제 발생하나

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

흔한 원인

해결 방법

관련 코드

스펙 근거