gpt4 book ai didi

json - postman - 错误 400 错误请求

转载 作者:行者123 更新时间:2023-12-03 19:36:10 25 4
gpt4 key购买 nike

我正在尝试使用 Postman 访问 API 以使用基本身份验证获得响应,但是当我提交数据时,它给了我可怕的 400 错误,这显然表明某些 header 设置不正确。

这是API信息:

Request

Endpoint: {loginUrl}
Data to submit: an email and a password
POST /login HTTP/1.1
Host: {baseUrl}
Accept: application/json
Content-Type: application/json
Content-Length: 68

{
"email": "{email}",
"password": "{password}"
}

作为回应,我应该得到一个 JSON 形式的加密 token ,而不是我收到这个错误。

以下是 postman 截图:



我错过了什么吗?

最佳答案

由于缺乏细节,很难提供具体的答案,但我可以提供一些您可以尝试的东西 - 您在问题中发布的 Request 数据看起来应该添加:

{
"email": "{email}",
"password": "{password}"
}

在请求的 Body 部分,但您的图像未显示您已在任何请求中将其添加到 Body 中,而是将其添加为 Auth header ,因此请在重试之前将其删除。我不确定是否需要添加 Content-Length header ,因为它会因负载中的不同用户名和密码组合或响应长度而变化。

关于json - postman - 错误 400 错误请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48489285/

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