[issue14338] Document how to forward POST data on redirects

Éric Araujo report at bugs.python.org
Sat Mar 17 00:33:27 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

The idea is to add a short example in Doc/howto/urllib2.rst.  Senthil explained how to do things on #14144 (“obtain the redirected URL and then POST to [it]”), and the example should be introduced by a clear warning about security/misbehavior risks (this is why I’m not adding the “easy” keyword to this report).

If you would like to propose a patch, you can find instructions on how to get and edit the source for the docs in the devguide.  You can also write to the beginner-friendly core-mentorship mailing list (link in the devguide or on mail.python.org) to request help or guidance.

----------
nosy: +crustymonkey, eric.araujo, orsenthil
stage:  -> needs patch
title: urllib2 HowTo for overriding post/3xx behavior. -> Document how to forward POST data on redirects
versions: +Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14338>
_______________________________________


More information about the Python-bugs-list mailing list