- Retrieves the user IP Address
IP = Request.ServerVariables ("REMOTE_ADDR")
- Retrieves the remote host IP Address
- Retrieves the page domain name
serverName = Request.ServerVariables("server_name")
- Retrieves the referer url
- Gets the browser type
- Retrieves page url
- Retrieves request mehtod .. get or post
- Retrieves server port
- Retrieves current page
- Retrieves server software
Consult the Microsoft Documentation for a full description of all the Server Variables.This handy list is a for commonly used server variables including referred above:
- ALL_HTTP
- AUTH_TYPE
- CONTENT_LENGTH
- CONTENT_TYPE
- GATEWAY_INTERFACE
- HTTP_ACCEPT
- HTTP_ACCEPT_LANGUAGE
- HTTP_CONNECTION
- HTTP_USER_AGENT
- HTTP_COOKIE
- HTTP_HOST
- HTTP_COOKIE
- HTTP_REFERER
- LOGON_ACCEPT_ENCODING
- PATH_INFO
- PATH_TRANSLATED
- QUERY_STRING
- REMOTE_ADDR
- REMOTE_IDENT
- REMOTE_HOST
- REQUEST_METHOD
- SCRIPT_MAP
- SCRIPT_NAME
- SERVER_NAME
- SERVER_PORT
- SERVER_PORT_SECURE
- SERVER_PROTOCOL
- SERVER_SOFTWARE
- URL
No comments:
Post a Comment