Using the HTTP Range Header with a range specifier other than bytes?

后端 未结 4 1736
时光说笑
时光说笑 2020-12-01 09:52

The core question is about the use of the HTTP Headers, including Range, If-Range, Accept-Ranges and a user defined range specifier.

Here is a manufactured example t

4条回答
  •  囚心锁ツ
    2020-12-01 10:10

    It sounds like you want to change the HTTP spec just to remove a querystring parameter. In order to do this you'd have to modify code on both the client to send the modified header and the server to read from the "Range" header instead of the querystring.

    The end result is that this will probably work, but you're breaking all of the standards and existing tools to do so.

提交回复
热议问题