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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕Proxy http requests adding the cloudlfare access token #1242

Open
0xalex88 opened this issue May 9, 2024 · 0 comments
Open

馃挕Proxy http requests adding the cloudlfare access token #1242

0xalex88 opened this issue May 9, 2024 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces

Comments

@0xalex88
Copy link

0xalex88 commented May 9, 2024

Describe the feature you'd like
To use CLI applications that cannot add a custom header to the requests, it would be nice to provide a proxy like cloudflard access tcp that adds the authentication token to each proxied request.
The usage would be something like:

cloudflared access http --hostname cloudflare-access.site.com --url localhost:8080

and have other CLI or any application in general just use http://localhost:8080 as the endpoint.

Describe alternatives you've considered
Right now the only way to have something like that working is to set the tunnel protocol to TCP and use cloudflared access tcp, that works but visiting the original protected endpoint doesn't work from the browser anymore

@0xalex88 0xalex88 added Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces
Projects
None yet
Development

No branches or pull requests

1 participant