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
{{ message }}
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
Hi,
Method AhcClientHandler.handleCookie() does the following:
This ends up calling RequestBuilderBase.addCookie():
Won't this cause all cookies to be attached to the request, regardless of domain/path/expiration, etc.?
If I run this code:
looking at the wireshark capture, I see the Amazon cookies being sent to 10.220.178.235.
Thoughts?
Thank you in advance.
The text was updated successfully, but these errors were encountered: