Skip to content
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

Safe Methods #3356

Open
vairamuthushanmugavel opened this issue Feb 7, 2023 · 1 comment · May be fixed by #3388
Open

Safe Methods #3356

vairamuthushanmugavel opened this issue Feb 7, 2023 · 1 comment · May be fixed by #3388

Comments

@vairamuthushanmugavel
Copy link

POST requests are shown as safe requests in the CORS section. MDN documentation, however, claims that it is a unsafe method.
MDN : https://developer.mozilla.org/en-US/docs/Glossary/Safe/HTTP

@joachimklug
Copy link
Contributor

Agree. Also RFC9110 states the same: https://httpwg.org/specs/rfc9110.html#safe.methods
We could swap POST with OPTIONS and TRACE to complete the list.

joachimklug added a commit to joachimklug/en.javascript.info that referenced this issue Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants