scrapy + tor always returns 403 but I can curl and browse -
i'm trying setup scrapy + tor
i'm using scrapy 0.24.6
i first tried using
polipoable accesstorhttp proxy (https://pkmishra.github.io/blog/2013/04/16/scrapy-run-using-tor-and-multiple-agents-part-2-ubuntu/) i'm able configure web browser use polipo , i'm able browse using tor , can curl. triedhttpproxymiddleware, using env var or writing own custom middleware, same result:scrapyreturns 403then tried use
tordirectly, again can configure web browser use socks proxy , can curltorsocks,scrapyreturns 403
anyone has idea might wrong ?
it looks error come scrapy because have exact same headers/user-agent , without tor, through tor 403