HTTP Catsrefined

416 Request Range Not Satisfiable

Request Range Not Satisfiable

描述

HTTP 416 Range Not Satisfiable 錯誤回應碼表示伺服器無法提供所請求的範圍。最可能的原因是文件不包含此類範圍,或 Range 標頭值雖然語法正確,但沒有實際意義。

416 回應訊息包含一個 Content-Range,指示不滿足的範圍(即 '*'),後跟 '/' 和資源的當前長度。例如:Content-Range: bytes */12777

面對此錯誤,瀏覽器通常會中止操作(例如,下載將被視為不可恢復)或重新請求整個文件。

參見

來源: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/416