I can not find a solution to the following problem. I am using Scrapy (latest version) and am trying to debug a spider.
Using scrapy shell https://jigsaw.w3.org/HTTP/300/301.html
-> it does not follow the redirect ( it is using a default spider to get the data). If I am running my spider it follows the 301 - but I can not debug.
How can you make the shell to follow the 301 to allow one to debug the final page?