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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -