Update docs/faq.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Georgiy Zatserklianyi 2024-06-21 10:10:58 +02:00 committed by GitHub
parent d8fb9d2e7e
commit 53db741532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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` , :ref:`cookies-mw` 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?
--------------------------------------------------------------