You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: