Requests from iFrames can't authenticate with proxy
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: john.hatala, Unassigned, NeedInfo)
Details
Steps to reproduce:
- Using Firefox108 behind a proxy that prompts for authentication
- Navigate to a site using frames (https://sig.icims.com/ for example)
Actual results:
The proxy prompts the client to authenticate (HTTP407), the client doesn't respond. The client displays "The proxy server is refusing connections". Confirmed that this works for other clients and FF versions before 108 (Chrome/Edge/Firefox107)
Expected results:
Firefox should respond to the 407, in our case it's NTLM so a NTLMSSP_NEGOTIATE.
Comment 1•2 years ago
|
||
Setting this to Core > Networking: HTTP, if this is not the right component, please move it to a more appropriate one. Thanks!
Comment 2•2 years ago
|
||
Hi Reporter,
Could you try to record a http log?
Please set the log modules (MOZ_LOG) as: sync,timestamp,nsHttp:5,negotiateauth:5,NTLM:5
Also, please send the log to necko@mozilla.com, since it may contain some privacy information.
Thanks.
Comment 3•2 years ago
|
||
Looks like this bug is the same as bug 1809151.
Description
•