Skip to content

Commit

Permalink
RFC6265bis: Add case insensitivity note to Set-Cookie Syntax (#2167)
Browse files Browse the repository at this point in the history
* Add case insensitivity note to Set-Cookie Syntax

* Remove incorrect parenthetical

Co-authored-by: sbingler <bingler@chromium.org>
  • Loading branch information
sbingler and sbingler committed Jun 20, 2022
1 parent e295c0f commit b6991f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-httpbis-rfc6265bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@ Note that some of the grammatical terms above reference documents that use
different grammatical notations than this document (which uses ABNF from
{{RFC5234}}).

NOTE: The name of an attribute-value pair is not case sensitive. So while they
are presented here in CamelCase, such as "HttpOnly" or "SameSite", any case is
accepted. E.x.: "httponly", "Httponly", "hTTPoNLY", etc.

The semantics of the cookie-value are not defined by this document.

To maximize compatibility with user agents, servers that wish to store arbitrary
Expand Down

0 comments on commit b6991f2

Please sign in to comment.