Base solution for your next web application
Open Closed

apply proxy settings globally #11420


User avatar
0
samara081 created

Hi,

We have deployed our solution to servers where proxy is applied on the server and all outbound traffic should go throw the proxy. The issue is all connections (email, captcha with google app verification, SMS) is refuse to use the default proxy settings of the server. and i have to go throw every component and configure the proxy as below client.ProxyClient = new MailKit.Net.Proxy.HttpProxyClient("172.21.17.7", 8080);

My question; is their any way that i can apply proxy settings globally (like startup.cs ot web.config)?


2 Answer(s)