416 Range Not Satisfiable - HTTP 编辑
The HyperText Transfer Protocol (HTTP) 416 Range Not Satisfiable
error response code indicates that a server cannot serve the requested ranges. The most likely reason is that the document doesn't contain such ranges, or that the Range
header value, though syntactically correct, doesn't make sense.
The 416
response message contains a Content-Range
indicating an unsatisfied range (that is a '*'
) followed by a '/'
and the current length of the resource. E.g. Content-Range: bytes */12777
Faced with this error, browsers usually either abort the operation (for example, a download will be considered as non-resumable) or ask for the whole document again.
Status
416 Range Not Satisfiable
Specifications
Specification | Title |
---|---|
RFC 7233, section 4.4: 416 Request Not Satisfiable | Hypertext Transfer Protocol (HTTP/1.1): Range Requests |
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).
See also
206
Partial Content
Content-Range
Range
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论