Closed nicholasdille closed 6 years ago
WebRequest overrides Invoke-RestMethod and Invoke-WebRequest which causes issues when expecting the original cmdlets
Invoke-RestMethod
Invoke-WebRequest
Invalid because the Hetzner Cloud API is not using basic authentication but uses a bearer token.
WebRequest overrides
Invoke-RestMethod
andInvoke-WebRequest
which causes issues when expecting the original cmdlets