Liquid Fire Posted October 4, 2007 Share Posted October 4, 2007 here is the deal: I have a web server with a bunch of web services. I have another server calling these web services. I need to get the ip of the 2 server(the server calling the web services) within the actual web service method(the files stored on the first server hosting the web services). i tried $_SERVER['REMOTE_ADDR'] but that give me the ip of the user using the 2nd server, not the ip of the second server. is this possible? Quote Link to comment https://forums.phpfreaks.com/topic/71841-getting-ip-or-host-name-of-requesting-server/ Share on other sites More sharing options...
SammyGunnz Posted October 4, 2007 Share Posted October 4, 2007 How are you making the 'calls' to the other server? What application, programming language, or interface are you using? We need specifics before we can really give you any significant feedback or advice. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/71841-getting-ip-or-host-name-of-requesting-server/#findComment-361870 Share on other sites More sharing options...
Liquid Fire Posted October 4, 2007 Author Share Posted October 4, 2007 Custom made application, PHP, Standard PHP SOAP Quote Link to comment https://forums.phpfreaks.com/topic/71841-getting-ip-or-host-name-of-requesting-server/#findComment-361875 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.