3 Nov
2005
3 Nov
'05
3:41 p.m.
--On 3. November 2005 07:34:15 -0800 Dave Coe <zope_user_48103@yahoo.com> wrote:
I am hoping that someone can help me with how to construct a POST request in a python script. I tried searching the older messages, but post and get are such common terms, that I didn't have much luck.
Write an external method and use the httplib to generate a POST request. The Python Library Reference (python.org/doc) has an example. -aj