mirror of https://github.com/scrapy/scrapy.git
cookiejars exposed, docs added
This commit is contained in:
parent
11022ac4d4
commit
d8fb9d2e7e
|
|
@ -307,7 +307,7 @@ Does Scrapy manage cookies automatically?
|
|||
Yes, Scrapy receives and keeps track of cookies sent by servers, and sends them
|
||||
back on subsequent requests, like any regular web browser does.
|
||||
|
||||
For more info see :ref:`topics-request-response` and :ref:`cookiejars`.
|
||||
For more info see :ref:`topics-request-response` , :ref:`cookies-mw` and :ref:`cookiejars`.
|
||||
|
||||
How can I see the cookies being sent and received from Scrapy?
|
||||
--------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue