How to keep cookies when making http requests (Python 2.7)

Luca Cerone luca.cerone at gmail.com
Fri Aug 30 08:01:08 EDT 2013


Thanks Dieter,
 
> With respect to cookie handling, you do everything right.
> 
> 
> 
> There may be other problems with the (wider) process.
> 
> Analysing the responses of your requests (reading the status codes,
> 
> the response headers and the response bodies) may provide hints
> 
> towards the problem.
> 

I will try to do that and try to see if I can figure out why.

> 
> 
> >Do I misunderstand something in the process?
> 
> 
> 
> Not with respect to cookie handling.




More information about the Python-list mailing list