Two applications communicating in same server: localhost vs server ip address -


i have 2 applications communicating each other in same server. every thing works fine in windows irrespective of whether put 'localhost' or 'ip address' in http call. in linux putting 'localhost' works fine not 'ip address'.

am confused why so?.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -