- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 24 Feb 2016 04:50:08 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 24 February 2016 12:50:41 UTC
HTTP verbs are case-sensitive. That we normalize a couple of them is already, strictly speaking, against the rules, but we have to do so for compatibility. If you want to use `PATCH`, write `PATCH`. If you want `patch`, write `patch`. If you want `Patch`, write `Patch`. Etc. None of this has anything to do with CORS, they should all work equally well. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/50#issuecomment-188241506
Received on Wednesday, 24 February 2016 12:50:41 UTC