Issue 139 in httplib2: 302 redirects on post requests can lead to infinite redirect loops

7 views
Skip to first unread message

codesite...@google.com

unread,
Apr 3, 2011, 6:50:04 AM4/3/11
to httplib...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 139 by bjou...@gmail.com: 302 redirects on post requests can lead
to infinite redirect loops
http://code.google.com/p/httplib2/issues/detail?id=139

When you post to an URL, say http://somedomain.com/ and the server replies
with 302 redirect to the same url "/". Then httplib2 will try to post the
same data again which leads to an infinite redirect loop. httplib2 should
translate the redirect to a get request to break the loop like web browsers
do.

codesite...@google.com

unread,
Jun 13, 2011, 2:26:13 PM6/13/11
to httplib...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 139 by joe.gregorio: 302 redirects on post requests can

This issue was closed by revision 10586b0a5ab0.

Reply all
Reply to author
Forward
0 new messages