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

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -

angular - DownloadURL return null in below code -