-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to work with CloudFlare? #20
Comments
Hi, thank you for reporting this.
Probably it's some kind of rate limit on their side, I was able to do bunch of successful requests:
Can you confirm it worked for you as well at least once? |
My bad for closing this too early :D Seems to be a CF protection for bot/scanners/headless browsers. |
I haven't reviewed much of the source, but if I'd have to guess, CF probably is showing the captcha page here and not allowing to get any further. I did succeed with the test when the IP address from which the script is ran - is whitelisted. If that's the case, it's probably not solvable easily, as you'd have to emulate a real browser (chromium driver etc.). |
Could we solve this problem by using an webdriver if we ever hit a 503 HTTP error ? |
Cloudflare could return 503 when "Bot Fight Mode" or "Super Bot Fight Mode" is enabled. I think that usage of Webdriver goes beyond simple checking. |
The text was updated successfully, but these errors were encountered: