mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/request-response.rst
This commit is contained in:
parent
e146c3a2fc
commit
42adbb2104
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue