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 crustymonkey, orsenthil
Date 2012-02-27.22:47:32
SpamBayes Score 0.010288813
Marked as misclassified No
Message-id <1330382853.04.0.563780686215.issue14144@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-02-27 22:47:33orsenthilsetrecipients: + orsenthil, crustymonkey
2012-02-27 22:47:33orsenthilsetmessageid: <1330382853.04.0.563780686215.issue14144@psf.upfronthosting.co.za>
2012-02-27 22:47:32orsenthillinkissue14144 messages
2012-02-27 22:47:32orsenthilcreate