Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53040

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

Newsgroups comp.lang.python
Date 2013-08-27 02:16 -0700
References <7e79a9b4-0bf9-4756-afd4-3bc127360b95@googlegroups.com> <mailman.67.1377065271.19984.python-list@python.org> <8266faf3-892b-4e49-9b38-87f0030250fc@googlegroups.com> <mailman.118.1377151743.19984.python-list@python.org>
Message-ID <5970a1d3-ec1b-4892-b53a-907de332ecaa@googlegroups.com> (permalink)
Subject Re: How to keep cookies when making http requests (Python 2.7)
From Luca Cerone <luca.cerone@gmail.com>

Show all headers | View raw


Dear all, 
first of all thanks for the help.
As for your remark, you are right, and I usually tend to post questions in a way that is detached from the particular problem I have to solve.
In this case since I only have a limited knowledge of the cookies mechanism (in general, not only in Python), I preferred to ask for the specific case.
I am sorry if I gave you the impression I didn't appreciate your answer,
it was absolutely not my intention.

Cheers,
Luca
> Let me make an additional remark however: you should
> 
> not expect to get complete details in a list like this - but only
> 
> hints towards a solution for your problem (i.e.
> 
> there remains some work for you).
> 
> Thus, I expect you to read the "cookielib/cookiejar" documentation
> 
> (part of Python's standard documentation) in order to understand
> 
> my example code - before I would be ready to provide further details.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to keep cookies when making http requests (Python 2.7) Luca Cerone <luca.cerone@gmail.com> - 2013-08-20 15:24 -0700
  Re: How to keep cookies when making http requests (Python 2.7) dieter <dieter@handshake.de> - 2013-08-21 08:07 +0200
    Re: How to keep cookies when making http requests (Python 2.7) Luca Cerone <luca.cerone@gmail.com> - 2013-08-21 01:18 -0700
      Re: How to keep cookies when making http requests (Python 2.7) Fábio Santos <fabiosantosart@gmail.com> - 2013-08-21 10:15 +0100
      Re: How to keep cookies when making http requests (Python 2.7) dieter <dieter@handshake.de> - 2013-08-22 08:08 +0200
        Re: How to keep cookies when making http requests (Python 2.7) Luca Cerone <luca.cerone@gmail.com> - 2013-08-27 02:16 -0700
          Re: How to keep cookies when making http requests (Python 2.7) Luca Cerone <luca.cerone@gmail.com> - 2013-08-27 03:17 -0700
            Re: How to keep cookies when making http requests (Python 2.7) dieter <dieter@handshake.de> - 2013-08-28 06:52 +0200
              Re: How to keep cookies when making http requests (Python 2.7) Luca Cerone <luca.cerone@gmail.com> - 2013-08-30 05:01 -0700

csiph-web