EDIT: This issue is no longer reproducible with Chrome 70.x.
When I type localhost
into used-to-be-an-address-bar in Chrome and hit Enter, Chrome takes me to google.com to search for "localhost".
If I don't hit Enter, a drop-down drops down with options like:
- Search for localhost
- Go to localhost/some/path that I have previously visited
- Go to otherRecentLocation.someDomain/blah?thing=localhost&so=on
(Hitting Enter of course selects the first of those options.)
Notice that going to localhost
is not an option at all. While the other options are nice, one would expect the ability to go to a valid location like localhost
, and moreover that it be the default--i.e. typing localhost
and hitting Enter
should take you to, literally, http://localhost:80
. I was able to go to localhost
a few days before posting this originally (3 days ago). Was this changed as a security feature?
My intent is to test that the web application I am developing is correctly configured to respond with the right payload, e.g. index.html.
Specs: - Chrome Version 69.0.3497.100 (Official Build) (64-bit) - Ubuntu 16.04 - running an application at https://localhost, which I can access with workarounds.
Let me know if I should post this question in a different StackExchange site.