[whatwg/fetch] should fetch() allow no-cors cross-origin HEAD request? (#278)

Over in this SW issue @annevk is arguing that no-cors cross-origin HEAD should result in a network error:

  https://github.com/slightlyoff/ServiceWorker/issues/710#issuecomment-194873746

I don't see this actually implemented in the fetch spec, though.  HEAD is a simple method which seems to be allowed for no-cors.

At the SW f2f we decided cache will do whatever fetch() does here.

---
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/278

Received on Monday, 11 April 2016 21:02:44 UTC