gpt4 book ai didi

azure - 来自 Microsoft Oauth 端点的 Guzzle 400 错误请求

转载 作者:行者123 更新时间:2023-12-03 04:34:48 25 4
gpt4 key购买 nike

我们尝试使用 Guzzle 从 Microsoft OAUTH 端点获取 access_token,但总是收到 400 - 请求响应错误。对此有什么想法吗?这是 Guzzle 请求:

$r = $this->client->createRequest('POST', 'https://login.windows.net/common/oauth2/token', [
'body' => [
'grant_type' => 'authorization_code',
'client_id' => 'foo',
'client_secret' => 'bar',
'code' => 'baz',
'redirect_uri' => 'http://my.app/oauth/r_url'
]
]);

$res = $this->client->send($r);

最佳答案

尝试将“资源”参数添加到您的正文中。

关于azure - 来自 Microsoft Oauth 端点的 Guzzle 400 错误请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28147341/

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