We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
POST
OPTIONS
TRACE
Sorry, something went wrong.
Update list of safe methods
10b3893
Fixes javascript-tutorial#3356
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: