Proxy configuration in .NET Web.config
<system.net> <defaultProxy> <proxy usesystemdefault="true" proxyaddress="http://localhost:8500" bypassonlocal="false" /> </defaultProxy> </system.net>