416

HTTP 416 Range Not Satisfiable

4xx Client Error

  1. Home
  2. > HTTP Status Codes >
  3. > 4xx >
  4. 416
4xx Client Error RFC 7233, Section 4.4

What is HTTP 416 Range Not Satisfiable?

The 416 (Range Not Satisfiable) status code indicates that none of the ranges in the request's Range header field overlap the current extent of the selected resource. The response should include a Content-Range header indicating the valid range.

Common Use Cases

  • Requesting a byte range beyond file size
  • Broken resumable download clients
Help2Code Logo
Menu