SSL and POST with httplib or urllib

Andrew Kuchling akuchlin at mems-exchange.org
Mon Jun 5 23:31:16 EDT 2000


jsantaniello at my-deja.com writes:
> cgi I'm trying to access requires POST. Are there
> any particular strangenesses to using POST that
> anyone knows about? Does someone have a

There were bugs in the SSL support in the urllib.py included in
1.6a2; they've been fixed in the CVS tree.  You can download
the CVS version from SourceForge:
http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/python/dist/src/Lib/urllib.py?cvsroot=python

--amk



More information about the Python-list mailing list