When I try and access a web server on a port, how do I stop Firefox redirecting?
Let's imagine that I'm trying to access a server on port 80, let's call it http://example.com:80 . I'd like to see if that site is actually active. When I try and do th… (xem thêm)
Let's imagine that I'm trying to access a server on port 80, let's call it http://example.com:80 . I'd like to see if that site is actually active. When I try and do that Firefox instead goes to https://example.com:443 . In my example, that's actually a completely different site that I do not want to access (for completeness port 80 is used for certificate renewal of a whole bunch of different names that are all set up on other ports, of which 443 is one).
In both a regular Firefox browsing window and in a private browsing window, Firefox decides to access https://example.com:443 instead of http://example.com:80 , despite me explicitly typing "http://example.com:80" in the URL bar.
How do I prevent Firefox from doing this when I explicitly request an http site?