It is now *seven* years since #Microsoft started shipping #curl as part of the Windows operating system.
@bagder 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. to this built-in Invoke-WebRequest instead of actual curl
MICROSOOOOOOFT