gpt4 book ai didi

linux - rest api 中的 curl 身份验证失败

转载 作者:太空宇宙 更新时间:2023-11-04 12:40:21 26 4
gpt4 key购买 nike

我目前正在尝试使用 curl 请求对 REST api 进行身份验证。 但它为我的 curl 请求提供错误 http 400 错误请求。

这是我用的curl请求

curl -k -v -X POST -H "Content-Type: application/json" --data-binary @auth.txt https://example.com/vedsdk/Authorize/

auth.txt 文件包含 rest api 的凭证。

auth.txt 文件包含

{
"Username":"Api_Acconut",
"Password":"8+\Kt\P;Z"
}

这个Api_Account是REST Api平台的本地账号。

谁能告诉我我哪里错了..

最佳答案

找出解决方案。在密码中添加另一个反斜杠 (\)

{ "用户名":"Api_Acconut", "密码":"8+\\Kt\\P;Z"}

关于linux - rest api 中的 curl 身份验证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40452018/

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