我正在尝试通过Google启用OAuth。我已经配置了该回调URL,但是在尝试进行身份验证时收到一条错误消息:
The redirect URI in the request, https://example.com/users/auth/google_oauth2/callback, does not match the ones authorized for the OAuth client
我将Authorized JavaScript的原始设置为https://example.com
,并将重定向设置为https://example.com/users/auth/google_oauth2/callback
。
我正在使用装置4.3.3
我的目标是跟踪HTTPS消息,以便您可以准确地看到通过网络发送的内容-使用诸如Fiddler或Charles的工具。
Web UI的标准消息看起来像my write up中的消息。 Google邮件是等效的。
希望这种方法可以使您解决自己的问题。如果没有,请使用完整的HTTP消息详细信息更新您的问题