Ranges · Response header
Content-Range
Which byte range this partial response covers.
What is Content-Range?
Sent with 206 Partial Content responses to identify the returned range. Format: `bytes start-end/total`.
Typical usage
Set on 206 responses.
Examples
Content-Range: bytes 1048576-2097151/10485760Specification
RFC 9110 §14.4
Frequently asked questions
What is the Content-Range HTTP header?
Sent with 206 Partial Content responses to identify the returned range. Format: `bytes start-end/total`.
Is Content-Range a request or response header?
Content-Range is a response header — the server sends it to the client. Set on 206 responses.
What does a Content-Range header look like?
A typical Content-Range header looks like: Content-Range: bytes 1048576-2097151/10485760.