11
Lỗi HTTPS Powershell v3 Invoke-WebRequest
Sử dụng Invoke-WebRequest và Invoke-RestMethod của Powershell v3 Tôi đã sử dụng thành công phương thức POST để đăng tệp json lên trang web https. Lệnh tôi đang sử dụng là $cert=New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("cert.crt") Invoke-WebRequest -Uri https://IPADDRESS/resource -Credential $cred -certificate $cert -Body $json -ContentType application/json -Method POST Tuy nhiên, khi tôi …
126
.net
rest
powershell
https