http website is redirecting to https once loaded. I want to disable it .How do I do this??
When I load http request the browser is redirected to secured connection https. I want to disable this.
All Replies (2)
Please provide a public link (no password) that we can check out. No Personal Information Please !
Are you using an add-on that redirects the browser to an https address?
A website can send a HTTP response headers with a location header to redirect to a https: web page. website can also send a HSTS response and in that case Firefox will never connect via HTTP, but always use HTTPS.
You can check this in the Network Monitor.
If necessary, use "Ctrl+F5" or "Ctrl+Shift+R" (Mac: Command+Shift+R) to reload the page and bypass the cache to generate a fresh log.