in reply to daniel:// stenberg://

At one point I had to write some healthcheck scripts for some WebAPIs on Windows. PowerShell was the obvious choice. Neat, it even ships with curl -> Dis going to be easy. Test curl commands in WSL shell -> works like a charm. Copy command to *.ps1 script. Powershell STDOUT full of red errors, mentioning something with wrong usage of Invoke-WebRequest

mfw I realized curl is an alias. :AngeryCat: to this built-in Invoke-WebRequest instead of actual curl

MICROSOOOOOOFT 🖕