cookiejars exposed, docs added

This commit is contained in:
Georgiy Zatserklianyi 2024-06-07 15:08:44 +02:00
parent 11022ac4d4
commit d8fb9d2e7e
1 changed files with 1 additions and 1 deletions

View File

@ -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?
--------------------------------------------------------------