You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, RFC 6265 explicitly says that "When the user agent generates an HTTP request, the user agent MUST NOT attach more than one Cookie header field.". Is it intentional that hackney adds multiple Cookie headers to the request or is it a bug?
The text was updated successfully, but these errors were encountered:
Hello!
I was playing around with
hackney
and tried to set multiple cookies in the same request. I used this example code:When I checked the sent request with Wireshark, I saw this:
However, RFC 6265 explicitly says that "When the user agent generates an HTTP request, the user agent MUST NOT attach more than one Cookie header field.". Is it intentional that
hackney
adds multipleCookie
headers to the request or is it a bug?The text was updated successfully, but these errors were encountered: