I want to use scrapy shell
and test response data for url which requires basic auth credentials. I tried to check scrapy shell documentation but I couldn't find it there.
I tried with scrapy shell 'http://user:[email protected]'
but it didn't work.
Does anybody know how I can achieve it?