bypass cloudflare protection with casperjs or phantomjs while using tor proxy
问题 I use tor to access casperjs via this socks proxy my OS windows 10 x64 my test.js var casper = require('casper').create({ verbose: true, logLevel: 'error', pageSettings: { loadImages: false, // The WebPage instance used by Casper will loadPlugins: false, // use these settings userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36' } }); var caturl = ('http://www.test.com'); casper.start(caturl, function() { this.echo(this