Optional
hostaddr?: stringIP address of the EEvision user.
Corresponds to REMOTE_ADDR
on the server.
Optional
hostname?: stringHostname of the EEvision user (if authenticated).
Corresponds to REMOTE_HOST
on the server.
Optional
username?: stringUsername of the EEvision user (if authenticated).
Corresponds to REMOTE_USER
on the server.
Information about the user and his/her IP address. This information is only available if the user is authenticated using basic authentication. The information is then extracted from the CGI environment variables
REMOTE_USER
,REMOTE_HOST
, andREMOTE_ADDR
.