web request from one device to another on same local network

617 views Asked by At

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?

0

There are 0 answers