http request with cookie sending

John J. Lee jjl at pobox.com
Thu Apr 20 15:43:49 EDT 2006


Kent Johnson <kent at kentsjohnson.com> writes:

> itay_k wrote:
> > Hi,
> > 
> > I want to send a cookie on some http request (with urllib2),
> > so I created a Cookie but I cant associate it with CookieJar object.
> 
> You have to use a cookielib.Cookie, not Cookie.SimpleCookie():

As I mention in the other thread Itay started, he probably doesn't
want to do that either.


John




More information about the Python-list mailing list