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 ezio.melotti
Recipients barbi, docs@python, ezio.melotti, georg.brandl
Date 2011-07-13.08:22:28
SpamBayes Score 0.003759671
Marked as misclassified No
Message-id <1310545348.68.0.589870880239.issue12524@psf.upfronthosting.co.za>
In-reply-to
Content
You'll need a page that accepts POST requests, possibly returning some meaningful value, and without side effects (e.g. adding messages is usually done via POST, but we don't want a new message for every user that tries the example).
History
Date User Action Args
2011-07-13 08:22:28ezio.melottisetrecipients: + ezio.melotti, georg.brandl, docs@python, barbi
2011-07-13 08:22:28ezio.melottisetmessageid: <1310545348.68.0.589870880239.issue12524@psf.upfronthosting.co.za>
2011-07-13 08:22:28ezio.melottilinkissue12524 messages
2011-07-13 08:22:28ezio.melotticreate