client.ip {AnalysisPageServer} | R Documentation |
Return client IP address
client.ip()
This is the "X-Forwarded-For" header, if available, and otherwise the "remote_ip" component of the global SERVER variable
SERVER$remote_ip
Brad Friedman
SERVER <<- list(remote_ip = "127.0.0.1") client.ip()