下载衍生文件中的HTTP状态码
HTTP status code in downloading derivative files
我想知道关于an API to download a derivative file的两件事:
- 在 header 中发送请求但未指定范围时,是否会出现状态代码 206(部分内容)?
- 如果是,请问原因是什么(例如要求的衍生文件太大)?
我会与开发团队仔细核实,但我相信状态代码 206 是 仅 在请求特定范围时返回。
引用 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.
我想知道关于an API to download a derivative file的两件事:
- 在 header 中发送请求但未指定范围时,是否会出现状态代码 206(部分内容)?
- 如果是,请问原因是什么(例如要求的衍生文件太大)?
我会与开发团队仔细核实,但我相信状态代码 206 是 仅 在请求特定范围时返回。
引用 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.