UserInfo: { hostaddr?: string; hostname?: string; username?: string }

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, and REMOTE_ADDR.

Type declaration

  • Optionalhostaddr?: string

    IP address of the EEvision user. Corresponds to REMOTE_ADDR on the server.

  • Optionalhostname?: string

    Hostname of the EEvision user (if authenticated). Corresponds to REMOTE_HOST on the server.

  • Optionalusername?: string

    Username of the EEvision user (if authenticated). Corresponds to REMOTE_USER on the server.