这个是http 1.1新增加的response code,一般是你发送的http的Header有问题:416 Requested Range Not Satisfiable 服务器不能满足客户在请求中指定的Range
SC_REQUEST_TIMEOUT 状态码 (408),表示在服务器可以等待的时间内没有产生一个请求。 SC_REQUEST_URI_TOO_LONG 状态码 (414), 表示服务器拒绝处理请求,因为Request-URI比服务器愿意或能够处理的请求大。 SC_REQUESTED_RANGE_NOT_SATISFIABLE 状态码 (416),表示服务器不能为请求的字节范围提供服务。 SC_RESET_CO...
415 (Unsupported Media Type|不支持的媒体类型) 请求的格式不受请求页面的支持。 416 (Requested Range Not Satisfiable|请求范围不符合要求) 如果页面无法提供请求的范围,则服务器会返回此状态代码。 417 (Expectation Failed|未满足期望值) 服务器未满足”期望”请求标头字段的要求。 5开头(服务器错误)这些状态代码...
HTTP状态码(HTTP Status Code)是用以表示网页服务器HTTP响应状态的3位数字代码。status [ˈsteɪt...
· 416 – Requested Range Not Satisfiable 服务器不能满足客户在请求中指定的Range头。(HTTP 1.1新) · 417 – 执行失败。 · 423 – 锁定的错误。 5xx - 服务器错误 服务器由于遇到错误而不能完成该请求。 ·500- Internal Server Error 服务器遇到了意料不到的情况,不能完成客户的请求。
· 416 – Requested Range Not Satisfiable 服务器不能满足客户在请求中指定的Range头。(HTTP 1.1新) · 417 – 执行失败。 · 423 – 锁定的错误。 5xx - 服务器错误 服务器由于遇到错误而不能完成该请求。 · 500 - Internal Server Error 服务器遇到了意料不到的情况,不能完成客户的请求。
416:requested range not satisfiable 417:expectation failed 418:client error 5xx 服务器错误 ---表示服务器无法完成明显有效的请求 500:internal server error 501:unimplemented 502:bad gateway 503:service unavailable 504:gateway timed out 505:unsupported version ...
This status code indicates that the request has been successful. The meaning of success in on the specific HTTP method: GET: the resource was fetched and is being transmitted HEAD: The entity-headers are in the message body PUT or POST: The resource describing the result of the action is ...
414 Request-URI Too Large 415 Unsupported Media Type 416 Requested range not satisfiable 417 Expectation Failed 500 Internal Server Error 501 Not Implemented 502 Bad Gateway 503 Service Unavailable 504 Gateway Time-out 505 HTTP Version not supported HTTP Server Response Code Checker Get...
416 Requested Range Not Satisfiable 服务器不能满足客户在请求中指定的Range头。(HTTP 1.1新) Server Error === 500 Internal Server Error 服务器遇到了意料不到的情况,不能完成客户的请求。 501 Not Implemented 服务器不支持实现请求所需要的功能。例如,客户发出了一个服务器不支持的PUT请求。 502 Bad Gateway...