web / HTTP / partial content

HTTP Range, 206 and 416 review guide

Review the boundaries between Range, Content-Range, 206 Partial Content, and 416 Range Not Satisfiable with synthetic cases. No URL or body is fetched.

Range and response boundaries

Separate a complete response, a satisfiable partial response, an unsatisfiable range, and multiple-range representation.

CaseResultKey point
Choose a case to show the matrix.

Why no real response is handled

This page performs no URL fetch, upload, external request, storage, or parsing.

Synthetic results do not certify a real server or CDN's Range behavior. Confirm actual response headers and body separately.