Back to HTTP Check Tool
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 → 206

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • Video streaming (seeking)
  • Resumable downloads
  • Chunked content delivery

Quick Facts

Code206
Category2xx
TypeSuccess

Related 2xx Codes