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

Can't figure out a way to do this ... #246

Open
bananabr opened this issue May 9, 2024 · 1 comment
Open

Can't figure out a way to do this ... #246

bananabr opened this issue May 9, 2024 · 1 comment

Comments

@bananabr
Copy link

bananabr commented May 9, 2024

Would it be possible to write an application that acts like a server/proxy in a way that, it accepts every bind request, binds itself to a backend server with a hardcoded credential, and just proxy requests and responses from that point on?

Thanks for all your help!

@cwaldbieser
Copy link
Collaborator

Yes. You'd just need to intercept BIND requests and stop those from being proxied to the back end. If you want the front end to be authenticated somehow-- you'd need to figure out what you are authenticating against and arrange that on a BIND request. If the clients are never expected to BIND, you could just treat all BIND requests as failures.

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

No branches or pull requests

2 participants