How to get IP address of your application server
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-04-12T18:26:28Z
Indexed on
2010/04/12
20:43 UTC
Read the original article
Hit count: 343
I need to be able to find the IP address of the server the page is currently executing on. I have some code that calls a third party site and has to pass a specific key that changes depending on which server it is on. Is there a CGI variable or some way in ColdFusion to determine what the IP address is of the host server?
© Stack Overflow or respective owner