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.

이 코드를 보게 되는 경우

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

해결 방법

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

크로스 프로토콜 동등 코드

가이드

용어집