Closed
Bug 47293
Opened 25 years ago
Closed 25 years ago
Authorization does not work properly
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: jms, Assigned: gagan)
References
()
Details
(Whiteboard: [nsbeta3-])
If you have an account for the above site and enter the correct
user name and password, mozilla goes into looping.
This is what happens:
1.mozilla calls this URL WITHOUT Authorization: header
(netscape uses Athorization header here)
2.mozilla gets a redirect 301 to login.html
3.mozilla fetches login.html and gets 401 Unauthorized
4.mozilla fetches login.html again and provides the
"Authorization:" header
5.mozilla get a redirect 301 to the original URL
6.mozilla fetches the original URL from the redirect, but again
without the authorization !
7. back to 2.
(Hummm...I guess this bug will never be resolved because the
readers will loop also)
Comment 1•25 years ago
|
||
qawanted: Anyone have the tools to reproduce this, or the knowledge to know who
is doing what wrong?
Gerv
Keywords: qawanted
If someone wants to test this, I can create an account for that
site. (anybody can do this)
Comment 3•25 years ago
|
||
Jens, a test account would be nice. I cannot read German but I might be able to
interpret the http.
User = xmoz, password = xmoz, so th url is:
http://xmoz:xmoz@informer2.comdirect.de/de/my/homepage/main.htm
l
Comment 5•25 years ago
|
||
thanks for the help Jens, changing status to NEW
not sending "Authorization: Basic" header after a "301 Moved Permanently" as
initially described. marking nsbeta3
Comment 8•25 years ago
|
||
Adding comments from similar bug:
You can't login to account. If you have a website using Namedemo and you want to
login to your account, you would have to type your username, password, and
domain name. It says: You have entered an unknown domain. Please re-enter your
information. So then I tested it using IE 5.5 and Netscape 4.75 and it works
fine.
Build ID: 2000100708.
| Reporter | ||
Comment 10•25 years ago
|
||
Seems to work now with M18 from November.
Comment 11•25 years ago
|
||
Based on Jens' last comment I tried it out, and it works for me, too.
(Build 2000123120 on Win NT4). Marking worksforme.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•