Re: [whatwg/fetch] Allow custom headers on no-cors requests (#380)

The server would have to do something with request headers, like adding debug information to a redirect URL. "same-origin" would block at a cross-origin URL. "cors" would require a preflight due to the request headers.

-- 
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/380#issuecomment-244320143

Received on Friday, 2 September 2016 08:53:58 UTC