-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Cloudflare Access breaks UV and/or bare server #74
Comments
Velocity isn’t working just cus the bare is down or if you don’t understand that the server it sends the proxies network traffic through is down |
when i upload the code to replit, it wont work, it says network error, even tho there isnt an error |
Don't run on replit |
Also stop commenting on unrelated issues |
misclick |
Hey, news about it? |
First, make a new group that includes everyone. |
I do not want to expose my bare server. That is the main reason I am using Cloudflare Access in the first place. Only authenticated users should have access to the proxy. |
Then you'll need to change how bare requests are sent, so they include that authentication cookie |
Issue tracker is ONLY used for reporting bugs. New features should be discussed on our Discord server.
Expected Behavior
UV works
Current Behavior
V3.ts fails to fetch the bare response.
Possible Solution
Maybe pass cookies to the fetch request?
Steps to Reproduce
Context (Environment)
I am trying to accomplish making a private aboutproxy instance
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: