
Firefox can't connect to a local site, but Chrome can
I had an issue with Firefox, where it opened localhost:1234, but couldn't connect and load any resources from static.localhost:1234. This only happened on sub-domain with a port specified. …
Firefox redirects localhost to HTTPS - Stack Overflow
Aug 3, 2016 · In their last update, Chrome and Firefox browsers now redirect all domains with the pattern *.dev and *.foo to https. I found a solution for Firefox but, haven't yet found a solution …
How to Get SSL Certificate to Work With Localhost on Firefox
Dec 2, 2020 · After much similar frustration, in trying to get https://localhost/ working in Firefox without any horrible security warnings, I wanted to share that it can be done -- the steps can …
Localhost not working in chrome and firefox - Stack Overflow
May 18, 2017 · Localhost not working in chrome and firefox Asked 14 years, 2 months ago Modified 11 months ago Viewed 184k times
Why is this CORS request failing only in Firefox?
QUESTION: "Why is this CORS request failing only in Firefox?" ANSWER: While unrelated to the OP's specific case, it may help you to know that Firefox does not trust CA's (certificate …
How to turn off SSL check on Chrome and Firefox for localhost
Apr 4, 2018 · I'm making a web app that uses WebRTC but it requires https. Is there any way to turn off SSL check on Chrome and Firefox for localhost only or is there any way to make use …
How to make Firefox use a proxy server for localhost connections
I use that proxy connection with Firefox so that I can access the dev server's network, but I also want to be able to forward localhost connections in Firefox to the remote server's localhost to …
Cookies on localhost with explicit domain - Stack Overflow
I must be missing some basic thing about cookies. On localhost, when I set a cookie on server side and specify the domain explicitly as localhost (or .localhost). the cookie does not seem to …
Firefox not honoring hosts file - Stack Overflow
Closed 2 months ago. Firefox does not honor the hosts file when browsing to an URL. For example; My hosts file says 127.0.0.1 local.webdev.com and entering the local.webdev.com …
Firefox redirects to https - Stack Overflow
May 29, 2015 · The problema was tha thte httpd server was not responding due to misconfiguration, so Firefox was automatically trying the https protocol Once I fixed httpd, …