justcoding121 / titanium-web-proxy

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

Capture traffic from applications #837

Closed TheExeQ closed 3 years ago

TheExeQ commented 3 years ago

My program works fine to capture traffic via my browser aswell as Chromium Embedded applications. But other apps do not get captured. Is there a way to capture the other programs aswell? and if so what do i have to do to be able to do so?

TheExeQ commented 3 years ago

I used fiddler to what could be missing, and the thing i could think of is the user-agent if that is important? Most of the traffix has mozilla user-agent but some uses its own user-agent. (Im still new to how this all works so if what i said makes no sense im sorry XD)

delebash commented 2 years ago

Did you figure out the problem? I am having the same issue.