4xx · Client Error
416Range Not Satisfiable
Range 头指定的范围无法满足。
What is HTTP 416?
416 Range Not Satisfiable 表示客户端请求的资源范围超出资源实际大小。例如请求文件的 bytes=1000-2000,但文件只有 500 字节。
Example
GET with Range: bytes=1000-2000, file is 500 bytes → 416Check a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →