2xx · Success
206Partial Content
The server is delivering only part of the resource due to a range header sent by the client.
What is HTTP 206?
The 206 Partial Content status is used when the client requests part of a resource via the Range header. Common in video streaming and download resumption.
Example
GET /video.mp4 with Range: bytes=0-1023 → 206Check a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →