gpt4 book ai didi

javascript - Javascript Rdio API 400 错误

转载 作者:行者123 更新时间:2023-12-02 15:49:19 25 4
gpt4 key购买 nike

对于为什么我在客户端的 Javascript 中收到“无法加载资源:服务器响应状态为 400(错误请求)”有什么想法吗? (客户端 ID 模糊,我通过注册 Rdio 站点有一个用于 Oauth2.0 应用程序的客户端 ID)

index.html:

 <script src="https://www.rdio.com/api/api.js?client_id=12345678"></script>

回复:

https://www.rdio.com/oauth2/authorize/auto?response_type=token&client_id=12345678&showSignup=true&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fhelper.html%3Fclient_id%3D12345678

Failed to load resource: the server responded with a status of 400 (Bad Request)

约翰

最佳答案

来自 https://www.rdio.com/oauth2/authorize/auto 请求的响应文本应该会显示错误。例如,从 shell 发出请求:

$ curl "https://www.rdio.com/oauth2/authorize/auto?response_type=token&client_id=12345678&showSignup=true&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fhelper.html%3Fclient_id%3D1234567"

对于有效的客户端 ID,可能的响应可能是:

Invalid redirect_uri

如果这是您收到的错误(这似乎很可能),要解决该错误,您需要将 redirect_uri 的域添加到 your Rdio application's settings 中的重定向 URI。

关于javascript - Javascript Rdio API 400 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31953480/

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