Click to See Complete Forum and Search --> : How Can I get the IP address of the host where the applet is being run


Abhinav Gupta
February 19th, 1999, 01:34 AM
I wish to get the IP address of the host where the HTML page is being run or the IP of the Proxy being used by that host in case a proxy is being used. How can get the same in my applet. Is it possible???.

ganesh
February 20th, 1999, 07:48 AM
hi abhinav,


It is possible to get the client IP address from applet using getInetAddress

and it is possible to Host ip address using getHostaddress or getHostName

check it


thanx and regds

ganesh