microproxy
microproxy copied to clipboard
Lightweight non-caching HTTP(S) proxy server
New version of goproxy's no longer honours `proxy.Tr.DialContext`, I added handlers for `proxy.Tr.Dial`, `proxy.Tr.Dial`, and `proxy.ConnectDial` to ensure config `bind-IP` works as expected.
I haven't debugged jet (will have time next week), but I noticed, that some sites doesn't work correctly, using microproxy. For example, QR code on http://web.airdroid.com/ isn't visible. Without proxy,...
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...
Hello can you add for tls support? it seems required some cert and key for doing tls proxy
### Problem: * curl cannot connect via microproxy with digest auth to https sites * there is no such problem with Chrome and Firefox ### Versions: * microproxy = latest...
my config ``` listen="0.0.0.0:3129" access_log="/tmp/microproxy.access.log" activity_log="/tmp/microproxy.error.log" allowed_connect_ports=[443, 80] auth_file="auth.txt" auth_type="basic" auth_realm="proxy" forwarded_for_header="on" #allowed_networks=["127.0.0.1/32"] #add_headers=[ # ["X-Test-Header1", "yes"], # ["X-Test-Header2", "no"] #] ``` auth.txt ``` user:password ``` even I already add...
We want to be able to connect to HTTPS forward proxy with a self-signed certificate, so that local development is easier. We want forward proxy authentication to pass credentials without...