-
Notifications
You must be signed in to change notification settings - Fork 22.9k
doc: updateSafeMethodsAndIdempotentMethods #42010
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
doc: updateSafeMethodsAndIdempotentMethods #42010
Conversation
|
Preview URLs Flaws (3)URL:
(comment last updated: 2025-11-19 11:07:20) |
files/en-us/web/http/guides/connection_management_in_http_1.x/index.md
Outdated
Show resolved
Hide resolved
bsmth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the suggestion. I think the important part on the glossary is that we're talking about common methods, and TRACE is lesser-used because people like to disable it for concerns that it leaks information about the server:
For this reason, I think it's probably better to omit it on the glossary page
…index.md Co-authored-by: Brian Smith <brian@smith.berlin>
Removed TRACE method from the list of common safe methods.
bsmth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Description
Motivation
Additional details
RFC9110 Safe Methods
RFC9110 Idempotent Methods
Related issues and pull requests