admin管理员组文章数量:1388234
I am using Google Sign-In on my website. When I click the sign-in button, Google redirects to my callback URL with additional parameters, such as:
sql Kopyala Düzenle =...&scope=email+profile+...&authuser=0&prompt=none However, when the complete URL is used, I receive a 403 Forbidden error. Interestingly, if I remove the extra parameters (like &scope, &authuser, and &prompt) and only leave the code parameter, the redirection works fine.
Even after disabling ModSecurity, the issue persists. I would like to know if there are any restrictions or limits configured in the Apache or PHP settings on the server regarding the length or content of URL query parameters that might be causing this problem.
Could you please help me investigate and resolve this issue?
本文标签: 403 Forbidden Error on Google OAuth CallbackStack Overflow
版权声明:本文标题:403 Forbidden Error on Google OAuth Callback - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744569272a2613243.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论