Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 4 years ago.
I have a running web application on my local machine. To get access to it I can use localhost:8080
. But when I try to use http://127.0.0.1:8080
address my browser says: The 127.0.0.1 page isn’t working
.
Ping to it does not work as well:
ping 127.0.0.1:8080
ping: cannot resolve 127.0.0.1:8080: Unknown host
How can I fix it?