Skip to content
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

add workaround to URL parser for Cloudflare Reverse Proxy bug #388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bulk88
Copy link
Contributor

@bulk88 bulk88 commented Oct 5, 2021

Read commit comments. A Cors-anywhere instance behind Cloudflare's WAF/reverse proxy, is unusable because of the "//" to "/" bug that is all over CF's technology. Why someone would use cors-anywhere on node on aws, instead of writing a Cloudflare Worker to do the same thing, when they are a cloudflare customer, is a different story. Without this patch, cors-anywhere sometimes bizarrely shows the "showUsage" page when behind Cloudflare, but works perfect connecting to AWS or localhost directly from chrome. Even if this patch isn't accepted, its a warning that CA has major problems behind CFs WAF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant