Closed
Bug 33275
Opened 26 years ago
Closed 25 years ago
Two HTTP status lines -> Can't log in to Ebay
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: pollmann, Assigned: gagan)
References
()
Details
(Whiteboard: [nsbeta2+])
I came up with a fix for my part of bug 18728 (can't log into Ebay), which was
that we were submitting form variables out of order.
But to add insult to injury, not ONLY does their login CGI not accept variables
out of order, but when they are in the correct order, it responds with this:
-------------------------------------------------
HTTP/1.0 200 OK
Server: Microsoft-IIS/4.0
Date: Sat, 25 Mar 2000 00:35:44 GMT
Set-Cookie: s=AQAAAAIAAAABAAAANAAAAOAJ3DhAE9w4MXBvbGxtYW5uICQxJE1vemlsbGEvJDYuV
HTTP/1.0 200 OK
Server: Microsoft-IIS/4.0
Date: Sat, 25 Mar 2000 00:35:44 GMT
-------------------------------------------------
And we respond with a document load error, and display nothing.
The two HTTP status lines are my best guess for why we aren't displaying the
page returned after a successful login. I'll try to get bug 18728 checked in
today, so this bug will be unblocked.
| Reporter | ||
Comment 2•26 years ago
|
||
You'll need an eBay account to log in. Updating URL to point at the log in
page, though you can get there by clicking "Log In" anywhere on eBay.com
Comment 4•26 years ago
|
||
Why did I get this bug?
Comment 5•26 years ago
|
||
Reading through this more closely, I see that it was gated by fixing the
out-of-order problem. But what else is wrong here?
=> pollmann
Assignee: warren → pollmann
| Reporter | ||
Comment 6•26 years ago
|
||
Warren, as noted above (2000-03-24 21:21) I fixed the out-of-order bug on
Friday. Handing this back to you. It appears that the HTTP headers that the
server returns are screwing us up, see them pasted above.
I save the page returned locally (or from any of my web servers) and it loads
fine, but when I load it from Ebay servers, which submit the duplicate headers,
the page doesn't load.
Assignee: pollmann → warren
Comment 7•26 years ago
|
||
Ok, Gagan should look at this. Thanks.
Assignee: warren → gagan
Target Milestone: --- → M16
In NEtscape nb1b from netscape, build 200003312 I just logged on to one of the
message board I was able to log on ok.
Comment 9•26 years ago
|
||
Moving to M17 which is now considered part of beta2.
Target Milestone: M16 → M17
| Assignee | ||
Comment 10•26 years ago
|
||
I have a fix... and EBay's been notified as well...
Status: NEW → ASSIGNED
Comment 11•25 years ago
|
||
Has any progress been made on this? I'd love to use Mozilla for browsing eBay,
since it "feels" so much faster and I think the formatting is easier to read.
Unfortunately there's very little I can do with the site, since most of eBay's
servers respond with the doubled headers.
Comment 12•25 years ago
|
||
This seems to be fixed in Linux build 2000053020. I can make use of all parts
of the eBay site and I've verified that they're still sending out the doubled
headers.
| Assignee | ||
Comment 13•25 years ago
|
||
*** Bug 42368 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 14•25 years ago
|
||
marking as nsbeta2+ per the dup.
Keywords: nsbeta2
Whiteboard: 1d → nsbeta2+
| Reporter | ||
Comment 15•25 years ago
|
||
More from Bug 42368: Doubled redirect headers are causing us to append the two
path's together which is slightly different that what I originally saw in this
bug (doubled OK headers)
Comment 16•25 years ago
|
||
Marking Fixed per gagan
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 18•25 years ago
|
||
Hmm... the fix for this has just been checked in (somehow it had slipped the
last time around. Marking this closed again for reverification (this time with
the fix :))
Status: VERIFIED → CLOSED
| Assignee | ||
Comment 19•25 years ago
|
||
reopening and closing to get verified again.
Status: CLOSED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 20•25 years ago
|
||
fixed again. pls. verify.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 21•25 years ago
|
||
I can still log on to ebay.
verified:
WinNT 2000072811
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•