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.

クロスプロトコル対応コード

ガイド

用語集