Comment #2 on issue 5480 by SIMSLIM: Trying to sign in at bofa.com results  
in UNKNOWN_ERROR about 75% of the time.
http://code.google.com/p/chromium/issues/detail?id=5480

I think this is because the site uses a wrong http header, directly going  
to https://sitekey.bankofamerica.com/sas/signon.do gives me (im leaving out  
irrelevant
headers):
HTTP/1.1 302 Found  (<---Valid)
Location:  
http://www.bankofamerica.com/state.cgi?section=gslsignin&update=yes

Then following this location:
HTTP/1.1 302 Moved Temporarily   (<---Invalid)
Location: http://www.bankofamerica.com/state.cgi?
section=gslsignin&update=yes&cookiecheck=yes

Following that location would give: HTTP/1.1 200 OK

I guess chrome doesn't follow the last one, because "302 Moved Temporarily"  
is not valid,
302 stands for "Found", as far as i know theres no such http message  
as "Moved Temporarily"


--
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to