justcoding121 / titanium-web-proxy

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

Titanium dont see all traffic #954

Open UrbanSide opened 1 year ago

UrbanSide commented 1 year ago

Hello everyone, please tell me why titinium can not see part of the traffic from various exe applications?

Enumix commented 1 year ago

This may be related with implicit bypass rules which ignores traffic from local networks (and localhost). This may be changed on windows in registry settings in following way: In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings set: ProxyOverride to <-loopback>, like that: image