justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

How do I set this up as a transparent proxy #927

Closed delebash closed 1 year ago

delebash commented 1 year ago

I want to decode https traffic from application not the web browser. I also cannot set the applications to a proxy server. I see that transparent is a part of the demo code. However, I do not understand how to get it working.

zeltrax00 commented 1 year ago

forward your traffic to the proxy, you can use WinDivert or write your own network driver

delebash commented 1 year ago

ty