What is the .Net Core appsettings.json version of
<defaultProxy useDefaultCredentials="true">
<proxy autoDetect="True"
proxyaddress="http://localhost:8888/"
usesystemdefault="False" bypassonlocal="False" />
</defaultProxy>
?
"HttpClient": {
"DefaultProxy": {
"Enabled": true,
"Address": "http://your-proxy-server:port",
"BypassOnLocal": false,
"UseDefaultCredentials": false
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With