Nate Berkopec
Results
1
issues of
Nate Berkopec
When making requests, HTTPClient [adds cookies from the cookie manager as multiple cookie headers](https://github.com/nahi/httpclient/blob/4658227a46f7caa633ef8036f073bbd1f0a955a2/lib/httpclient.rb#L1188). [This is invalid according to RFC 6265.](https://datatracker.ietf.org/doc/html/rfc6265#section-5.4) > When the user agent generates an HTTP request,...