-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Editorial review: Document __Http- and __Host-Http- cookie prefixes #40959
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
Editorial review: Document __Http- and __Host-Http- cookie prefixes #40959
Conversation
Preview URLs
Flaws (4)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
External URLs (2)URL:
(comment last updated: 2025-09-01 15:25:16) |
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.
LGTM
@@ -205,12 +210,11 @@ Set-Cookie: sessionId=e8bb43229de9; Domain=foo.example.com | |||
|
|||
### Cookie prefixes |
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.
I actually missed that this section is under "Examples", so there's some small duplication, but it's also okay in this state, IMO.
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 Chris! Maybe you want to de-dupe some of the information in the Set-Cookie page for cookie prefixes, but I think it's good either way! Reiterating before the example is also fine 👍🏻
Description
Chrome 140 adds support for the
__Http-
and__Host-Http-
cookie prefixes: see https://chromestatus.com/feature/5170139586363392, and also see https://github.com/httpwg/http-extensions/blob/main/draft-ietf-httpbis-layered-cookies.md#the-__http--prefix for further info.This PR documents the new prefixes.
Can you give me a technical review, @yoavweiss?
Motivation
Additional details
Related issues and pull requests