This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients ajaksu2, jjlee, orsenthil, rus_r_orange
Date 2010-11-15.11:31:11
SpamBayes Score 0.02515018
Marked as misclassified No
Message-id <1289820673.04.0.862907524646.issue1520831@psf.upfronthosting.co.za>
In-reply-to
Content
John, I was trying to find out what does rfc say on "Client Ignoring the 30X REDIRECT headers". There is no point made on Client's trying to ignore it, instead it said that it should follow the Redirect and must not endlessly loop.

Setting max_redirect to 0 is similar to ignoring the redirect request , which I found to be a bad idea under any case.

Also, if one has to just see redirect urls coming from http server, it can be done by subclassing the HTTPRedirectHandler and logging the redirects.
History
Date User Action Args
2010-11-15 11:31:13orsenthilsetrecipients: + orsenthil, jjlee, ajaksu2, rus_r_orange
2010-11-15 11:31:13orsenthilsetmessageid: <1289820673.04.0.862907524646.issue1520831@psf.upfronthosting.co.za>
2010-11-15 11:31:11orsenthillinkissue1520831 messages
2010-11-15 11:31:11orsenthilcreate