From d8fb9d2e7ecd7117e56f27c1f15bf861fe68c15d Mon Sep 17 00:00:00 2001 From: Georgiy Zatserklianyi Date: Fri, 7 Jun 2024 15:08:44 +0200 Subject: [PATCH] cookiejars exposed, docs added --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 273d4bfcc..100e850b0 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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? --------------------------------------------------------------