Http// Localhost/8080
Aug 30, 2023@eric i have tried adding testserverip:8080. In my case it should be the same as adding localhost:8080 because both the frontend and backend are in localhost:8080. May 10, 2017however, if i configure the node server to a different port, say 8081 or 8888, then chrome can happily connect using localhost as well.
Localhost ( hostname ) is the machine name or ip address of the host server e.g glassfish, tomcat. 8080 ( port ) is the address of the port on which the host server is listening for requests. Jul 1, 2015in this scenario you send a request to resolve localhost which is 127.0.0.1 (loopback interface) and apache is configured to listen on port 8080, when you access localhost on port 8080 it.
Oct 6, 201519 i am trying to access localhost:8080 but it is showing me i need to enter user name and pass word. Dec 14, 2015port 8080 required by tomcat v8.0 server at localhost is already in use. Aug 16, 2017curl localhost (curl localhost:8080 if it's not port 80) or curl 127.0.0.1 or just test with ping localhost or download your index.html or something wget localhost
Nov 26, 2019but your problem is that when you used localhost, you specified port 8080, and when you used 127.0.0.1 you didn't specify a port, which would default to either 80 or 443 depending on if you. May 18, 2019i am using app engine standard at localhost (2) server for the project but when i start it, localhost:8080 doesn't work.