标签: windows powershell https httprequest powershell-v3.0
我尝试使用Invoke-WebRequest cmdlt发出HTTPS请求:
Invoke-WebRequest -Uri "https://www.google.de" -Method GET -TimeoutSec 5
但执行此代码总是在超时时结束。我还发现了this和this,这似乎是类似的问题。但是上面提到的解决方法不起作用。
我做错了什么?
答案 0 :(得分:0)