urllib2 - My POST Request just isn't working right

Gregory Piñero gregpinero at gmail.com
Wed Feb 1 13:45:29 EST 2006


Thanks for all the help guys, it finally worked!  I don't know if I
ever would have figured this out on my own...

skipping the url encoding is what did the trick.  I didn't end up
needing to do anything special for ssl.  I guess urllib2 just handles
that itself.

Thanks again,

-Greg



More information about the Python-list mailing list