Search tools

Find a tool by name or what it does.

206Partial Content

The server is sending only the byte range you asked for, not the whole file.

Browse all HTTP status codes

When you see it

This is what makes video scrubbing and resumable downloads work. The client sends a Range header asking for particular bytes, and 206 returns exactly those with a Content-Range header saying which part of the file they are.

If seeking in a video does not work, or downloads always restart from zero, the server is probably answering 200 with the whole file instead of honouring the range request.

Look up another one

Open

Type a code, a partial code like 40, or any word from a name or description. Everything runs in your browser.

Filter
Copy format
Status codes

69 of 69 codes. Click a row to copy it.

1xx Informational (4)
2xx Success (10)
3xx Redirection (8)
4xx Client errors (31)
5xx Server errors (16)