Comment #1 on issue 8534 by [email protected]: themarker.co.il: Login form doesn't work http://code.google.com/p/chromium/issues/detail?id=8534
I used Fiddler to examine the POST sent by Firefox (which logs in succesfully) & Chrome. There are 2 differences: 1. Chrome doesn't send the form field '/atg/userprofiling/ProfileFormHandlerDex.login', this actually corresponds to the submit button, the relevant HTML being: <input type="Submit" value="התחברות" id="imgChange" class=loginButton onclick="return actlogin()" name="/atg/userprofiling/ProfileFormHandlerDex.login"> It's value is just the Hebrew word for "Connect" and doesn't really carry any meaning. 2. Some of the headers sent by Chrome and Firefox are different. This is probably an issue with how the server validates the input from the POST form, my guess is that 1 of the above differences causes the server to fail. I'm pasting the raw POST requests from Firefox & Chrome in a followup comment for the sake of completeness. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
