Re: [whatwg/fetch] Should we send an Origin header for no-cors fetches? (#225)

My PR requires the header to be included whenever the CORS flag is set (CORS requests that are cross-origin, roughly) and all requests whose method is `POST`. So a same-origin `fetch(url, {method:"POST"})` would include it. Does that sound okay?

Do we have WPT tests for this already?

-- 
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/225#issuecomment-265505295

Received on Wednesday, 7 December 2016 17:00:56 UTC