shawnkhall/Tools

What about proxy support

Closed this issue · 2 comments

[System.Net.WebRequest]::DefaultWebProxy = [System.Net.WebRequest]::GetSystemWebProxy()
[System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials

so it works with environment variables such as http_proxy?

thank you, @pethrowilo. This is now added in 3.1. Please test and let me know if it works for you.

thank you, @pethrowilo. This is now added in 3.1. Please test and let me know if it works for you.

it works as intended 😄