Posting a file through XMLHttpRequest when using negotiate auth stops at the 401 without authenticating and re-posting
Categories
(Core :: DOM: Networking, defect, P2)
Tracking
()
People
(Reporter: ffbugzilla, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [domcore-bugbash-triaged][necko-triaged])
Attachments
(4 files)
Comment 3•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Updated•9 years ago
|
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Updated•7 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•2 years ago
|
Comment 17•9 months ago
|
||
[domcore-bugbash-triaged] Moving this to the right component. This is likely to be fixed but we have to verify before closing this.
Comment 18•9 months ago
|
||
I think this may have been fixed by Nika's patch in bug 1754004.
If anyone has access to kerberos/negotiate auth and can try to reproduce, that would be great!
Updated•9 months ago
|
Comment 19•9 months ago
|
||
(In reply to Valentin Gosu [:valentin] (he/him) from comment #18)
I think this may have been fixed by Nika's patch in bug 1754004.
If anyone has access to kerberos/negotiate auth and can try to reproduce, that would be great!
I have the setup, can you build me to a nightly Windows build and I'll give your confirmation?
Comment 20•9 months ago
|
||
The current release or ESR builds should also work.
Nightly can be downloaded from https://nightly.mozilla.org/
Comment 21•9 months ago
|
||
No avail. Tried: 128.0a1 (2024-06-02) (64-bit) in Windows 10.
Tried my Tomcat Manager example again:
2024-06-02T18:29:12.756 [https-openssl-apr-8444-exec-530] 10.64.3.6 osipovmi@AD001.SIEMENS.NET "GET /manager/html HTTP/1.1" 200 14543 11
2024-06-02T18:29:30.337 [https-openssl-apr-8444-exec-549] 10.64.3.6 - "POST /manager/html/upload HTTP/1.1" 401 657 2
2024-06-02T18:29:32.338 [https-openssl-apr-8444-exec-554] 10.64.3.6 - "POST /manager/html/upload HTTP/1.1" 401 657 1
2024-06-02T18:29:34.491 [https-openssl-apr-8444-exec-552] 10.64.3.6 - "POST /manager/html/upload HTTP/1.1" 401 657 1
2024-06-02T18:29:36.766 [https-openssl-apr-8444-exec-530] 10.64.3.6 - "POST /manager/html/upload HTTP/1.1" 401 657 1
All I get is a PR_CONNECT_RESET_ERROR.
So, I cannot confirm this issue to be fixed -- at least with this nightly.
Updated•9 months ago
|
Comment 22•9 months ago
|
||
I wrote a small test that probably reproduces this: https://phabricator.services.mozilla.com/D212402
I'm not sure if the problem is in XHR code or Necko code.
Comment 23•9 months ago
|
||
Description
•