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

Show Requests in live window #14

Open whvneo opened 2 years ago

whvneo commented 2 years ago

In order to debug ProxyProxy it would be nice to see if Requests are serverd by ProxyProxy.

This can help to check the application if it is using the proxy or not (currently Postman is making trouble)