user10127148
user10127148

Reputation:

HTTP status code in downloading derivative files

I would like to know two things about an API to download a derivative file:

Upvotes: 0

Views: 54

Answers (1)

Petr Broz
Petr Broz

Reputation: 9934

I will double-check with the dev team but I believe that the status code 206 is only returned when requesting a specific range.

Quoting MDN:

The HTTP 206 Partial Content success status response code indicates that the request has succeeded and has the body contains the requested ranges of data, as described in the Range header of the request.

Upvotes: 0

Related Questions