-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note in Origin doc how no-cors mode affects GET/HEAD vs POST #4853
Conversation
hmolsen
commented
May 10, 2021
•
edited
Loading
edited
The Origin header is however added for cross-origin POST requests, eben if they are simple POST requests. This becomes clear in Point 3. of the Origin header algorithm in https://fetch.spec.whatwg.org/#append-a-request-origin-header
Preview URLsFlawsNone! 🎉 External URLsURL: No new external URLs |
@sideshowbarker , is there any reason not to merge this one? |
I guess I’d had in mind to wait on follow-comments from @hamishwillee. But I can guess can go ahead and merge this, and if there’s any further refinement needed, it can be done through a follow-up PR. |
@hmolsen Thanks much for catching this and fixing it, and congrats on landing your first docs change here — welcome aboard 🎉 |
@sideshowbarker FYI I really appreciate the consideration, but if you're happy with a PR I am very happy for you to merge and to come back later for follow up. FYI I work on MDN Monday, Tuesday, Friday, and only fly-by on the other days. |