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

setting destination address #3

Open
eliaharm opened this issue Jan 20, 2020 · 2 comments
Open

setting destination address #3

eliaharm opened this issue Jan 20, 2020 · 2 comments

Comments

@eliaharm
Copy link

hello,
nice tool. i was looking for a similar app to serve internet to other apps on my pc and forward traffic to the corporate proxy.
the thing is, the corporate proxy providing internet requires a user and password. some apps like IDEs are having problems authenticating with the proxy. i would like to use microproxy to store the internet user and password and forward requests to the corporate proxy...
however i couldn't find were to set the destination ip address and basic auth for it
thanks

@eliaharm
Copy link
Author

I forked the repo and added the option to select a destination proxy with basic auth here:
https://github.com/eliaharm/microproxy/releases/tag/v1.1
I used an example from the library github.com/elazarl/goproxy
but still this didn't solve my problem with the IDE connecting to the internet.

it seems the issue is not related to authenticating with the corporate proxy by something in the request that the corporate proxy can't handle correctly.

any pointer on how to investigate further?
thanks

@thekvs
Copy link
Owner

thekvs commented Jun 16, 2020

Hello!

Not sure if it is still relevant for you but recently I've added support for the upstream proxy. See forward_proxy_url configuration option. It looks like it is very similar to what you did.

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