C# Http Proxy ideas? -


i need system redirects connection requests client machines different sites i.e. if type google.com should redirected mysite.com

therefore thought of creating app installs proxy on user's machines app check outgoing connections , redirect accordingly.

are there open source http proxies available on net? have tried mentalis seems quite buggy around 8 years old.

maybe this one you.

i haven't tested myself, looks promising.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -