I'm trying to make scrapy go through proxy, but without success.
I'm passing to request meta proxy like:
http://zqal.xyz
http://pro6y.com
http://fermatfibonacci.info
http://newproxy.ninja
etc.
And when I type some random page through shell, displayed page is not the one that I pass, but proxy page. It's looks like I go to the proxy page, not THROUGH proxy...
Maybe wrong proxy link? Any idea's?
I'm setting USER_AGENT like my in web browser, and referer to google page.