gesomax / httplib2

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

Redirects over multiple domains not being handled correctly #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a 302 occurs multiple times, and the redirects use more than one
domain, the library seems not to be processing correctly the "path" and the
"secure" keywords.

I'm not sure how common this situation is but to clarify my point, I'm
attaching a PDF with the sequence of events.

My current workaround will have to be to not allow the library to redirect,
by setting the "redirections" parameter to ZERO.

In case you believe my assumption is not correct, please let me know.  It
would be wonderful not to have to code this piece manually.

Thank you.

Original issue reported on code.google.com by filipe.p...@yahoo.com on 9 Aug 2009 at 4:51

Attachments:

GoogleCodeExporter commented 8 years ago
Httplib2 doesn't handle cookies at all, which is issue #11.

Original comment by joe.gregorio@gmail.com on 29 Sep 2009 at 10:00