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

Cookies are added as multiple headers, which is invalid #449

Open
nate-at-gusto opened this issue Mar 29, 2022 · 0 comments
Open

Cookies are added as multiple headers, which is invalid #449

nate-at-gusto opened this issue Mar 29, 2022 · 0 comments

Comments

@nate-at-gusto
Copy link

When making requests, HTTPClient adds cookies from the cookie manager as multiple cookie headers.

This is invalid according to RFC 6265.

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

Instead, HTTPClient should append cookie values, separated by a semicolon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant