Senthil Kumaran <orsent...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1520831>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to