重定向回来时 LightOpenID 被禁止

发布于 2024-10-17 23:36:40 字数 424 浏览 1 评论 0原文

我正在尝试使用 lightOpenID,它应该很简单,并且上传文件然后测试它是否有效。 当我使用 example-google.php 时,我第一次点击登录按钮,它要求我登录 Google 并允许/记住我正在构建的网站。然后它重定向回 example-google.php?login 和一系列属性。但该页面显示“禁止。您无权访问此服务器上的 path/to/folder/example-google.php”。 如果我删除了 url 中包括 ?login 在内的属性,那么我会得到“使用 Google 登录按钮”,所以显然我确实拥有正确的文件权限。

如果我从现在开始点击该按钮,它会立即将我重定向到禁止的页面,因此很明显,Google 会记住我已登录,并对使用该登录名的网站感到满意。

我为此绞尽脑汁,尝试寻求帮助和各种帮助。感谢任何帮助,但我即将放弃 openid (因为其他库似乎更难以实现)。

I'm trying to use lightOpenID, which should be simple and a case of uploading the files then testing it works.
When I use the example-google.php I get click the login button, the first time it asked me to login to Google and allow/remember the site I'm building. Then it redirects back to example-google.php?login and a load of attributes. But that page says "Forbidden. You don't have permission to access path/to/folder/example-google.php on this server."
if I delete the attributes including ?login in the url, then I get the "Login with Google button" so clearly I do have file permissions correct.

If I click that button from now on it redirects me to the forbidden page right away, so clearly Google is remembering I'm logged in and happy with my site using the login.

I've rattled my brain over this, tried searching for help and all sorts. Any help is appreciated but I'm near the point of abandoning openid (because the other libs seemed more trouble to implement).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉栀 2024-10-24 23:36:40

经过对这个问题的大量搜索后,我成功了。问题可能是您的 apache 服务器或托管提供商的 apache 服务器已将 mod_security 配置为阻止查询字符串中的 URL。我的托管提供商是 Hostgator,我所做的就是要求他们将我的域名列入白名单,然后它就停止向我提供 403。

After a lot of searching on this very issue, I got it to work. The issue is likely that your apache server or hosting provider's apache server has mod_security configured to block URLs in querystrings. My hosting provider is Hostgator, and all I did was ask them to whitelist my domains, and it stopped giving me the 403.

沉默的熊 2024-10-24 23:36:40

使用 openid.php 文件。我试过了,成功重定向回来。你一定做错了什么。请详细说明问题。另外,我无法访问您在此处提供的链接!

Use openid.php file. I have tried it, it redirects back successfully. You must be doing something wrong. Please state the problem in detail. Also, I can't access the link you have given here !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文