2

I created a spring boot application that serves simple web content. This content is reachable from the same device (192.168.1.10) using "localhost:8080/greeting", but I can not access this content from another device (192.168.1.15) on the same local network (at home). - I googled on the web a lot but can't find a proper solution. - I allowed firewalls for all app, all ports and all protocols on each device. But doesn't work. What is needed?

mu u
  • 21
  • 1
  • what url you are using to hit the server from another machine ? What is the error code ? 404 ? – R.G Feb 24 '20 at 01:46
  • the url that I hit is: http://192.168.1.10:8080/greeting not 404 or other error code. I tried to get the page via postman, result is the same: "Could not get any response". – mu u Feb 24 '20 at 07:37
  • what do I not know is, should I make some settings embedded tomcat server, or on code, or on windows components (like on WiFi adapter), or on router at home (like port forwarding), or is it just a firewall issue?? – mu u Feb 24 '20 at 08:06

0 Answers0