在powershell中,curl --data-binary映射到Invoke-WebRequest中是什么?

时间:2015-08-22 18:40:18

标签: powershell curl powershell-v2.0

{% if article.motto %}<p>{{ article.motto | md }}</p>{% endif %}在powershell中的curl --data-binary中映射到什么内容?

Invoke-WebRequest

我试过了:

Curl "http://mysiteURL" -u user:pass --data-binary "input=1&type=3"

1 个答案:

答案 0 :(得分:1)

因为微软的人决定powershell应该做这种“劫持”。你可以通过调用curl作为“curl.exe”来避免它。

另见Removing the PowerShell curl alias