Answers for ""scrapy shell" pass cookies to fetch"

-1

"scrapy shell" pass cookies to fetch

On command line: scrapy shell

from scrapy import Request
req = Request('yoururl.com', cookies={"header1":"value1"})
fetch(req)
Posted by: Guest on April-29-2020

Code answers related to ""scrapy shell" pass cookies to fetch"

Python Answers by Framework

Browse Popular Code Answers by Language