501 Not Implemented - HTTP 编辑
The HyperText Transfer Protocol (HTTP) 501 Not Implemented
server error response code means that the server does not support the functionality required to fulfill the request.
This status can also send a Retry-After
header, telling the requester when to check back to see if the functionality is supported by then.
501
is the appropriate response when the server does not recognize the request method and is incapable of supporting it for any resource. The only methods that servers are required to support (and therefore that must not return 501
) are GET
and HEAD
.
If the server does recognize the method, but intentionally does not support it, the appropriate response is 405 Method Not Allowed
.
- A 501 error is not something you can fix, but requires a fix by the web server you are trying to access.
- A 501 response is cacheable by default; that is, unless caching headers instruct otherwise.
Status
501 Not Implemented
Specifications
Specification | Title |
---|---|
RFC 7231, section 6.6.2: 501 Not Implemented | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
Browser compatibility
BCD tables only load in the browser
The information shown below has been pulled from MDN's GitHub (https://github.com/mdn/browser-compat-data).
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论