13ft
13ft copied to clipboard
Blocked by Cloudflare when running locally
Blocked by Cloudflare when running locally
URL: http://127.0.0.1:5000/article
Whenever I click submit I get the following.
The page does not successfully load. I'm using VENV environment and the error happens when I try to navigate to the article that I want to see.
Can you provide the article link? let me see if I can reproduce so I can fix the issue.
I may try something like cloudscraper
Thanks, I'll try to look into it a bit later
@lucky401 did you manage to fix this?
@atcasanova not really, no. I didn't really look into it that much since this was a bit low priority on my radar (because of my other projects).
@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔
@atcasanova Thank you very much for this information :)
I guess i missread it at first. The guy was running it locally, so cloudflare was blocking him actually. It's not the same thing.
@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔
Basically you get to keep the "hide my IP" feature but give up their WAF capabilities. Whoever comes here with the same problem will know what to do by reading this :)
Well now I'm here and I dont understand what I can do to fix this.
@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔
Basically you get to keep the "hide my IP" feature but give up their WAF capabilities. Whoever comes here with the same problem will know what to do by reading this :)
Well now I'm here and I dont understand what I can do to fix this.
Same
Using Cloudlfare as well and running this container behind traefik, I am facing the same issue. I'll try to figure out what is happening here and get back here when I know more.
Pretty sure cloudflare sees the request coming from a datacenter IP and blocks it. Same problem here from VPS & local IP & multiple tested IP's via VPN.
I tried to get around it by identifying the IP's behind cloudflare via DNS History.
and with curl:
curl https://162.159.152.4/better-humans/how-to-wake-up-at-5-a-m-every-day-ceb02e29c802 -v -k -H "Host: medium.com"
But on both I get:
curl: (35) OpenSSL/3.2.1: error:0A000410:SSL routines::ssl/tls alert handshake failure
If we manage to solve this issue it could. work.
I tried to use this with a non paywalled article (see here) and still getting blocked:
Does this approach no longer work?