Y
Hacker News
new
|
ask
|
show
|
jobs
by
pixl97
196 days ago
yea, curl.exe and curl are two different commands on windows. Fun stuff.
2 comments
ycombinatrix
196 days ago
I do still find Invoke-WebRequest useful for testing, because it is magically able to reuse TCP connections whereas curl always opens a new connection per request.
link
jodrellblank
196 days ago
Not "on Windows". In PowerShell 5. PowerShell core removed the curl alias
9 years ago
.
link
fourthark
196 days ago
But PowerShell 5.1 is still the one that ships with Windows.
link