Seems like I cannot log in using Firefox (3.0 beta 5) I always get Failed to authenticate. I'm posting this using Konqueror.
Failed to authenticate
Also, I get an error page with stack trace if I try to register with a username which is already taken.
Thanks, I'll take a look tonight.
This was actually a bug in our web server. Firefox 3 adds the character encoding onto the Content-Type header, so it wasn't being properly recognized:
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
We've pushed a fix for fandev, so FF3 should work now.
Login or Signup to reply.
sampo Thu 17 Apr 2008
Seems like I cannot log in using Firefox (3.0 beta 5) I always get
Failed to authenticate
. I'm posting this using Konqueror.Also, I get an error page with stack trace if I try to register with a username which is already taken.
andy Thu 17 Apr 2008
Thanks, I'll take a look tonight.
andy Fri 18 Apr 2008
This was actually a bug in our web server. Firefox 3 adds the character encoding onto the Content-Type header, so it wasn't being properly recognized:
We've pushed a fix for fandev, so FF3 should work now.