gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-02 03:22:49 32 4
gpt4 key购买 nike

什么curl --data-binary映射到Invoke-WebRequest在 PowerShell 中?

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

我试过:
Invoke-webRequest -Uri "http://mysiteURL" -Credentials $MyCreds -Body "input=1&type=3"

最佳答案

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

另见 Removing the PowerShell curl alias

关于powershell - 在 powershell 的 Invoke-WebRequest 中 curl --data-binary 映射到什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32159533/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com