Front desk · HTTP Status Codes
2×× Success
206 Partial Content
· filed 2026-07-18 · click a code to copy
HTTP 206 Partial Content is a success-class status code defined in RFC9110. The server is delivering only part of the resource due to a Range header (used for downloads and streaming).
Success responses confirm the request was received, understood and accepted. On the wire, the response begins with the status line HTTP/1.1 206 Partial Content.