Senthil Kumaran <sent...@uthcode.com> added the comment:

If I recollect correctly, redirecting a POST request with POST data is not a 
recommended thing to do and could be a security hazard. That's why RFC 
prohibits it too. It is intentional that urllib2 is not redirecting carrying 
along the POST data. Could you show any browsers showing this behavior of 
redirecting along with POST?

----------
nosy: +orsenthil

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

Reply via email to