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.

常见原因

解决方法

相关状态码

规范依据