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

Currently there seems to be nothing that sets the `omit-Origin-header` flag for no-cors fetches, so per spec we should send the `Origin` header for such fetches which is very strange given that the `Origin` header is mostly used for CORS.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/225

Received on Friday, 26 February 2016 17:10:33 UTC