Firefox cannot connect to localhost through localhost proxy
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: raysatiro, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
I'm using a debugging proxy, Fiddler, on localhost. I am trying to connect to test servers on localhost and expect Firefox to connect to them through the localhost proxy.
Actual results:
Firefox ignores the 'No Proxy' setting for localhost, 127.0.0.1.
Expected results:
If the proxy is localhost or 127.0.0.1 and the destination is same then Firefox should use the proxy. Old Firefox would send localhost over the proxy if it was not listed in 'No Proxy'.
![]() |
||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Can you check if setting the network.proxy.allow_hijacking_localhost
pref to true fixes this for you?
Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Valentin Gosu [:valentin] (he/him) from comment #1)
Can you check if setting the
network.proxy.allow_hijacking_localhost
pref to true fixes this for you?
Yeah that fixed it, thanks. Looks like a dupe of bug #1535581.
Reporter | ||
Updated•5 years ago
|
Description
•