Google Oauth2 redirect_uri_mismatch 当从本地主机发送请求时

Google Oauth2 redirect_uri_mismatch when send request from localhost

我将 Google OAuth2 用于我的 codeigniter 应用程序,并使用 HybridIgniter 发送请求。

重定向 URIS:http://localhost/college-rating-system/hauth/endpoint

JAVASCRIPT 来源:http://localhost

当从本地主机发送请求时,我们得到 400 错误,即

错误:redirect_uri_mismatch

有什么想法吗..?

检查完整错误,它会告诉您 URL 它来自哪里。

重定向 URI 必须与您在 Google 开发人员控制台中放置的内容完全匹配。

重定向 URI

http://localhost:8000/ 这个 / 最后解决了我的问题 JavaScript 起源

http://localhost:8000

注意:本地主机和 127.0.0.1 冲突有时会给您带来问题