baloise / proxy

An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java
Eclipse Public License 2.0
4 stars 3 forks source link

Option to set the environment variables #19

Closed culmat closed 5 months ago

culmat commented 9 months ago

See https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html

Open points:

How to handle no-proxy-host? The format is different from the current one. Breaking change?