You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is [RFC 6265](http://tools.ietf.org/html/rfc6265#section-4.1.1) compliant.
106
-
All special characters that are not allowed in the cookie-value or cookie-name are encoded with each UTF-8 Hex equivalent.
107
-
The only character in cookie-name and cookie-value that is allowed and still encoded is the percent `%` character, it is escaped in order to interpret the input as literal.
105
+
This project is [RFC 6265](http://tools.ietf.org/html/rfc6265#section-4.1.1) compliant. All special characters that are not allowed in the cookie-name or cookie-value are encoded with each one's UTF-8 Hex equivalent.
106
+
The only character in cookie-name or cookie-value that is allowed and still encoded is the percent `%` character, it is escaped in order to interpret the input as literal.
108
107
To override the default cookie decoding you need to use a [converter](#converter).
0 commit comments