client.ip: client.ip

Description Usage Details Value Author(s) Examples

View source: R/client.ip.R

Description

Return client IP address

Usage

1

Details

This is the "X-Forwarded-For" header, if available, and otherwise the "remote_ip" component of the global SERVER variable

Value

SERVER$remote_ip

Author(s)

Brad Friedman

Examples

1
2
SERVER <<- list(remote_ip = "127.0.0.1")
client.ip()

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.