-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login problem on few phpBB forums in local mode #21
Comments
Yes, seems that proxy in local mode does not correctly editing cookies and URLs to local mode style. I'll try to fix this in nearest next (v0.10.5) release. Thanks for report. |
As testing saw, the latest codebase from Git no longer have this bug. |
OK, so it will be included in v.0.10.5 release? Unfortunately, I cannot compile the code myself. |
Yes, I'm planning to release v0.10.5 in this month. And it will work correctly in local mode. |
Great! Thanks for your excellent work! |
Published new version 0.10.5. It have no problems on my known phpBB 3.x forums (tested on phantom.sannata.org and rt20.mybb2.ru). The only exception is VOGONS, where still happens problem on log in (the forum admin seems to have enabled a bot protection, which is detecting attempts to log in via proxy). |
Hm, I still cannot login to atari-forum.com (phpBB 3.x AFAIK). My browser doesn't know port numbers so I have the proxy running on port 80 (not 8080) and from the browser connect to http://127.0.0.1/http:/atari-forum.com. Everthings seems to work, except login. Could this be related to the port number? |
Registered on Atari Forum, checked, really, it saying I'll investigate this. However, the forum really have a bot-protecting plugin. When I tried to register on atari-forum.com using my e-mail on yandex.ru, the forum rejected it (however Yandex Mail is a legal and popular mailbox service in ex. USSR). So to register on it I'm forced to use another e-mail address. |
I have contacted the admin fo the forum about this. I am definitely using the correct user/pw so it may have something to do with their protection. I will let you know as soon as I know more. |
Seems, this is caused not only by the cookie domain. Fixed it, the alert in DevTools disappeared, but cookies still don't appear in Application tab of DevTools and the bug still present. So this problem will take a time to investigate and fix. |
Thanks for your efforts, I really appreciate it. It would be wonderful if you could get it to work. |
Huh, probably found the source of problem. Somewhere Set-Cookie HTTP header becames be in a strange format with multiple cookies per HTTP header. And browser is saving only first cookie. Now I am working on rewrite of cookie processing to get this problem out. |
Ah, looking forward to that. Just tried the latest 0.11.1 but the issue is still there. Take your time. |
Yes, I'm fixed Set-Cookie header format, this solved some other problems, but not this. And I'm stumped again. |
Login problem with https phpBB forums (maybe others as well, haven't tried yet). Username and password not recognized. Using local mode.
The text was updated successfully, but these errors were encountered: