Skip to content Skip to sidebar Skip to footer

Phantomjs Get No Real Content Running On Aws Ec2 Centos 6

I successfully ran the PhantomJS+Selenium in Python 3.5 in my laptop, but when I used it on AWS EC2 CentOS 6 environment, I did not get error but got the content showing:

Solution 1:

http://stackoverflow.com/questions/34707532/python-post-request-not-returning-html-requesting-javascript-be-enabled

Please take a look at Backgammon's answer, very good point, basically, you encountered bot-defeat system. headless browser like PhantomJS can be detected and against. I guess if it's debugging, you can use selenium & Chrome.


Post a Comment for "Phantomjs Get No Real Content Running On Aws Ec2 Centos 6"