eshad / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

[PATCH] Cookies are not kept when a redirect occurs. #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a redirect with 302 happens to have a Set-Cookie, the client does not carry 
them on.

Original issue reported on code.google.com by fm...@adratingco.com on 1 Dec 2011 at 12:57

Attachments:

GoogleCodeExporter commented 9 years ago
I think my solution will not be really a solution in case there are more than 
one direct. The user has to follow the redirects manually.

Original comment by fm...@adratingco.com on 1 Dec 2011 at 1:14

GoogleCodeExporter commented 9 years ago
AFAICT, the proposed patch will leak cookies in off-domain redirects.

Original comment by hein...@google.com on 15 Mar 2012 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by joe.gregorio@gmail.com on 13 Oct 2013 at 3:10