Accept-Ranges

Indicates that the server can handle partial requests and resume interrupted downloads.

There are two possible values for this header.

  • none: This is the default value and means that partial requests are not supported.
  • bytes: This declares that the server can respond to partial requests and can resume interrupted downloads if the client uses a Range request header.

For more information, please read the documentation on MDN Web Docs.

Ready to validate your website to check for this header and 100+ others important tests?