wasi-master / 13ft

My own custom 12ft.io replacement
https://13ft.wasimaster.me
MIT License
2.64k stars 139 forks source link

Blocked by Cloudflare when running locally #1

Open lucky401 opened 2 years ago

lucky401 commented 2 years ago

Blocked by Cloudflare when running locally

URL: http://127.0.0.1:5000/article

Whenever I click submit I get the following.

Screen Shot 2022-02-09 at 10 13 29

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.

wasi-master commented 2 years ago

Can you provide the article link? let me see if I can reproduce so I can fix the issue.

wasi-master commented 2 years ago

I may try something like cloudscraper

lucky401 commented 2 years ago

You can try this one:

Zoom Meeting Etiquette 101

wasi-master commented 2 years ago

Thanks, I'll try to look into it a bit later

atcasanova commented 1 year ago

@lucky401 did you manage to fix this?

wasi-master commented 1 year ago

@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).

wasi-master commented 1 year ago

@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔

wasi-master commented 1 year ago

@atcasanova Thank you very much for this information :)

atcasanova commented 1 year ago

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.

Andber8 commented 10 months ago

@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.

evilalmus commented 8 months ago

@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

Henko-0 commented 6 months ago

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.

cocoonkid commented 6 months ago

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.

image

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.

Olshansk commented 1 month ago

I tried to use this with a non paywalled article (see here) and still getting blocked:

Screenshot 2024-08-19 at 10 55 57 PM

Does this approach no longer work?

mrmign commented 3 weeks ago
image

https://13ft.wasimaster.me/article is also blocked. link