Uh oh!
There was an error while loading. Please reload this page.
v3.2: Update Set-Cookie example for recent changes - #4903
Conversation
Changes to our understanding of percent-encoding and headers have made the previous example incorrect. This brings it into agreement with the new recommendations. This also explains how percent-encoding and other escaping is handled, and links to the updated Appendix D which provids more detail including a link to the IETF draft update of the cookie RFC that clarifies this.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com> Co-authored-by: Karen Etheridge <ether@cpan.org>
handrews
left a comment
There was a problem hiding this comment.
I'll fix the remaining thing soon- I think all suggestions are either accepted or I've replied with why I do not think they should be, at least as part of this PR.
Uh oh!
There was an error while loading. Please reload this page.
handrews
commented
Aug 21, 2025
@lornajane I have fixed the example and added a note with further explanation about why this looks different from "Hello, world!" in the cookie input parameter example from PR #4902. @karenetheridge as with the other PR, I will gladly approve a PR changing the formatting for |
Uh oh!
There was an error while loading. Please reload this page.
Changes to our understanding of percent-encoding and headers have made the previous example incorrect. This brings it into agreement with the new recommendations.
This also explains how percent-encoding and other escaping is handled, and links to the updated Appendix D which provids more detail including a link to the IETF draft update of the cookie RFC that clarifies this.