最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

403 Forbidden Error on Google OAuth Callback - Stack Overflow

programmeradmin5浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论