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.

よくある原因

解決方法

関連コード

仕様の根拠