206 Partial Content

Explanation:

The 206 Partial Content status code indicates that the server is successfully fulfilling a range request for the target resource by transferring one or more parts of the selected representation that correspond to the satisfiable ranges found in the request's Range header field.

Usage:

This status code is used to inform the client that the server is returning a partial representation of the requested resource.

Attentions:

  • The server should include information about the range request in the response message if possible.
  • The response should include a Content-Range header to indicate the partial range of the response.

Sample:

undefined