Skip to content

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

Description

@nate-at-gusto

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions