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

> Also, is there a term for GET and HEAD as a set?

You might be looking for "safe methods" https://tools.ietf.org/html/rfc7231#section-4.2.1. That includes `OPTIONS` and `TRACE`, which seems fine.

-- 
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-265734867

Received on Thursday, 8 December 2016 13:04:01 UTC