Open potatoqualitee opened 5 years ago
Could you just use [System.Net.WebRequest]::GetSystemWebproxy()
to get it instead of looking at the regkey?
this would probably work just for "fixed" proxies. Evaluating, e.g., a PAC file would be .... a better fix, if .net has already a method for it ?
thx wassa pac and would this negatively impact users or just not cover enough of them?
Should we do [System.Net.WebRequest]::GetSystemWebproxy()
with a config option to disable?
This is what I'm doing in another module