Resources
| List of Server Variables |
| Posted by : Amit Agarwal |
Total Hits : 11534 |
Following is the list of server variables.
|
|
|
Get the Source Code.
HTTP_USER_AGENT (this is the web browser being used to view the page) REMOTE_ADDR (this is the IP address of the browser viewing the page) REMOTE_HOST (a DNS lookup of the IP address) REQUEST_METHOD (the method used to call the page) SERVER_NAME (this is the server's domain name) SERVER_PORT (the port of the server) SERVER_SOFTWARE (the server software)
You use the <%=Request.ServerVariables("ServerVariable")%> method to access these variables.
|
|
|
|
 |
|
 |