[Webkit-unassigned] [Bug 43328] mail.139.com login fails since nightly build 61351

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 21:37:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43328





--- Comment #3 from Xianzhu Wang <phnixwxz at gmail.com>  2010-08-02 21:37:16 PST ---
Created an attachment (id=63298)
 --> (https://bugs.webkit.org/attachment.cgi?id=63298)
HTTP request/response log

Some updates:

I modified inspector to let it show HTTP request/response log. The screen shot of the log (after clicking the login button) is attached. From the log we can see that the form submission URL was requested twice. The server responded error for the second request.

I used curl to simulate the form submission, the response was:
curl --data "UserName=webkit&Password=web123kit&VerifyCode=" "https://mail.10086.cn/Login/Login.ashx"
<script>window.location.href='http://wmsvr1.mail.10086.cn/c/XTS/default.jsp?funcid=main&sid=BAsIPoOOVFnNZnCgSzOONObGeOGLBpVl';</script><META HTTP-EQUIV=REFRESH CONTENT='0';URL='http://wmsvr1.mail.10086.cn/c/XTS/default.jsp?funcid=main&sid=BAsIPoOOVFnNZnCgSzOONObGeOGLBpVl'>

The response is a redirection, and the target URL is correct.

With HTML5 parser disabled, the HTTP request/response log is much shorter. The browser just followed the redirected URL and show the correct page.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list