We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation claims that cookies cannot be set on public suffixes but that is simply not true.
Host cookies (__Host- or simply no domain=...) always work.
__Host-
domain=...
Domain cookies (with e.g. domain=example.com) automatically degrade to host cookies by having their domain string reset as specified in https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-15#section-5.7-3.9.1 and variations thereof.
domain=example.com
The text was updated successfully, but these errors were encountered:
@wdhdev @groundcat Does one of you maybe want to take this?
Sorry, something went wrong.
I'm not super aware of all the technical aspects around cookies, so I likely can't. I could give it a go though.
No branches or pull requests
The documentation claims that cookies cannot be set on public suffixes but that is simply not true.
Host cookies (
__Host-
or simply nodomain=...
) always work.Domain cookies (with e.g.
domain=example.com
) automatically degrade to host cookies by having their domain string reset as specified in https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-15#section-5.7-3.9.1 and variations thereof.The text was updated successfully, but these errors were encountered: