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

Ensure RFC 6265 compliance when sending multiple cookies #2994

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

violetagg
Copy link
Member

According to RFC 6265

When the user agent generates an HTTP request, the user agent MUST NOT attach more than one Cookie header field.

https://datatracker.ietf.org/doc/html/rfc6265#section-5.4

Fixes #2983

According to RFC 6265

"When the user agent generates an HTTP request, the user agent MUST
NOT attach more than one Cookie header field."

https://datatracker.ietf.org/doc/html/rfc6265#section-5.4

Fixes #2983
@violetagg violetagg added the type/bug A general bug label Dec 6, 2023
@violetagg violetagg added this to the 1.0.40 milestone Dec 6, 2023
@violetagg violetagg requested a review from a team December 6, 2023 07:58
@violetagg
Copy link
Member Author

@pderop Thanks for the review!

@violetagg violetagg merged commit 44a7e89 into 1.0.x Dec 6, 2023
9 checks passed
@violetagg violetagg deleted the issue-2983 branch December 6, 2023 17:51
violetagg added a commit that referenced this pull request Dec 6, 2023
violetagg added a commit that referenced this pull request Dec 12, 2023
violetagg added a commit that referenced this pull request Jan 24, 2024
…llowRedirect

This is a regression caused by PR #2994

Fixes #3035
violetagg added a commit that referenced this pull request Jan 24, 2024
…llowRedirect (#3039)

This is a regression caused by PR #2994

Fixes #3035
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cookie handling does not conform to RFC 6265 when sending multiple cookies
2 participants