Update docs/topics/request-response.rst

This commit is contained in:
Adrián Chaves 2023-10-02 14:43:30 +02:00 committed by GitHub
parent e146c3a2fc
commit 42adbb2104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -115,8 +115,9 @@ Request objects
cookies for that domain and will be sent again in future requests.
That's the typical behaviour of any regular web browser.
It is recommended not to set the ``dont_merge_cookies`` key to ``True``
in :attr:`request.meta <scrapy.Request.meta>` as it causes custom cookies to be ignored.
Note that setting the :reqmeta:`dont_merge_cookies` key to ``True`` in
:attr:`request.meta <scrapy.Request.meta>` causes custom cookies to be
ignored.
For more info see :ref:`cookies-mw`.