Back to HTTP Check Tool
2xx · Success

206Partial Content

服务器仅返回请求的部分资源。

What is HTTP 206?

206 Partial Content 表示服务器正在返回客户端请求的部分资源(通过 Range 头指定)。常见于视频流媒体和断点续传下载。

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

  • 视频流媒体(seek 操作)
  • 断点续传下载
  • 分块内容传输

Quick Facts

Code206
Category2xx
TypeSuccess

Related 2xx Codes