Sarfroz

Results 6 comments of Sarfroz

I tried sir but not working. I am using Partial script injection but no luck. this is my working phantom js code var page = require('webpage').create(); > page.settings.userAgent = 'Mozilla/5.0...

Works like as a charm. Thanks a lot for this kind of support :) Only I disabled these lines and still, it was working good: $client->getEngine()->addOption('--config=/home/steven/Code/phantomjs/ phantomjs-config.json'); $client->getEngine()->addOption("--web-security=no"); $client->getEngine()->addOption('--ssl-protocol=tlsv1'); On...

> Hi guys, I faced errors as well when trying to get **_cfscrape_** working. I then found the exact same codebase uploaded on PyPi, named [cloudscraper](https://pypi.org/project/cloudscraper/). Simply _'pip install cloudscraper'_...

mate have you tried with proxy, because i don't know how to use proxy with authetication :(

> > mate have you tried with proxy, because i don't know how to use proxy with authetication :( > > Same as requests session (https://stackoverflow.com/questions/13506455/how-to-pass-proxy-authentication-requires-digest-auth-by-using-python-requests) Not working ! ```...

i am getting the cookies but that cookies does not come from proxy instead it comes from my real IP. That is the issue the proxy is being ignored. On...