Re: [whatwg/fetch] Some servers seem to expect 'Accept-Encoding : identity' to serve Range requests (#747)

I'm going through some URLs, and yes, there are some that won't return a range unless `Accept-Encoding` is absent, or indicates 'identity'.

*However*, there are some URLs that do the opposite. https://www.narita-airport.jp/files/bg.mp4 will send back a 200 unless `Accept-Range: gzip, deflate, br`, in which case it'll send back a range. 💩

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/747#issuecomment-393504116

Received on Thursday, 31 May 2018 11:45:07 UTC