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
polipo
able accesstor
http 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:scrapy
returns 403then tried use
tor
directly, again can configure web browser use socks proxy , can curltorsocks
,scrapy
returns 403
anyone has idea might wrong ?
it looks error come scrapy
because have exact same headers/user-agent , without tor, through tor 403