SomeStuff icon indicating copy to clipboard operation
SomeStuff copied to clipboard

Add proxy support?

Open mepher opened this issue 6 years ago • 0 comments

Please add proxy support - for people behind corp firewall.

Line 178: $Json = irm -ProxyUseDefaultCredentials -Proxy http://theproxy.local $url -Verbose:$false Line 181: $Json = curl -ProxyUseDefaultCredentials -Proxy http://theproxy.local -s $url | ConvertFrom-Json

mepher avatar Jul 13 '18 11:07 mepher