Skip to content
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

RFC6265bis: Compare cookie name prefixes case-insensitively #2236

Merged
merged 3 commits into from
Sep 2, 2022

Conversation

sbingler
Copy link
Collaborator

Closes #2231

Some servers are case-insensitive with cookie names which can lead to
security problems when a server assumes that cookie prefixes are too.

This PR instructs UAs to process prefixes case-insensitively to
compensate.

Some servers are case-insensitive with cookie names which can lead to
security problems when a server assumes that cookie prefixes are as
well.

This changes changes UAs to process prefixes case-insensitively to
compensate.
draft-ietf-httpbis-rfc6265bis.md Outdated Show resolved Hide resolved
draft-ietf-httpbis-rfc6265bis.md Outdated Show resolved Hide resolved
@mikewest mikewest merged commit fc926c5 into httpwg:main Sep 2, 2022
@sbingler sbingler deleted the Issue2231 branch September 9, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants