Connecting to localhost API Server IP-address
I build this service:
Now, if there's
If I put in my local IP-Address
HOWEVER;
I tried to run the application on another PC. There it's the other way around. Localhost doesn't work but their own local IP address does.
Any ideas?
Now, if there's
http://localhost:5255 in this file, my application works.If I put in my local IP-Address
http://192.168.178.22:5255 it doesn't work.HOWEVER;
I tried to run the application on another PC. There it's the other way around. Localhost doesn't work but their own local IP address does.
Any ideas?