justcoding121 / titanium-web-proxy

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

Any way to make sure the web proxy is working ? #733

Open yuvalpikel opened 4 years ago

yuvalpikel commented 4 years ago

Hi .. We ran the code (Much similar to the sample code) On our machine it is working great but in the user machine .. no error appear but no session has been recorded Is there any way to determine if the proxy is alive ? failed (Permissions , Firewall etc?)

Regards Yuval

honfika commented 4 years ago

For example you could check the listening tcp sokets on the user's OS. For example check the netstat documentation.