Re: [whatwg/fetch] Add `range` to CORS-safelisted request-headers (#1310)

@mnot yep, which is all browsers ever do as far as I can tell. My intent here is to allow range headers that match `^bytes \d+-\d*$` (where the first number is less than or equal to the second). Multiple `range-spec`s will still require a preflight, as will values like `bytes my bum`.

-- 
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/1310#issuecomment-928910009

Received on Tuesday, 28 September 2021 06:58:43 UTC