Closed
Bug 165136
Opened 23 years ago
Closed 23 years ago
Digest Auth requires reauthorization for every POST form submission
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 155155
People
(Reporter: heavyboots2k, Assigned: alexsavulov)
Details
Every time I submit a form via POST in a digest auth protected directory, it
requires me to reauthorize. Attempting to remember username and password does
not help. I believe this bug has been submitted for the PC, but I wanted to note
that it also affects the Mac platform in both OS X and OS 9. Most annoying,
particularly because digest auth is a relatively secure way to password protect
an internal user area (at least to the extent it doesn't post the password in
the clear).
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826
RedHat Apache 1.3.22/Darwin Apache 1.3.26
------------------------
.htaccess file contents:
AuthName "admin tools"
AuthType Digest
AuthDigestFile /home/admin/.htdigestauth
AuthGroupFile /dev/null
require valid-user
------------------------
Eric, if you can find the PC bug, please comment on it that you can also
reproduce the problem on Mac and close this bug.
| Reporter | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 155155 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•