Question
Getting the client hostname when on an internal air-gapped network
Hello, all,
I know that there is a way to get, sometimes, the hostname of the client system connecting to an app/site.
<cfset inet = createObject("java","java.inet.InetAddress") />
<cfset session.remote_host= inet.getByName(cgi.remote_addr).getHostName() />
However, if you are in an air-gapped development network that does not have internet access, is there a way to do the same?
V/r,
^ _ ^
