|
Here is the Code
|
Here are
the actual Result Values |
| <%= Request.ServerVariables("ALL_HTTP")%> |
HTTP_CACHE_CONTROL:no-cache
HTTP_CONNECTION:close
HTTP_PRAGMA:no-cache
HTTP_ACCEPT:Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING:gzip
HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5
HTTP_HOST:www.texaswebdevelopers.com
HTTP_USER_AGENT:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| <%= Request.ServerVariables("ALL_RAW")%> |
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Accept: Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept-Encoding: gzip
Accept-Language: en-us,en;q=0.5
Host: www.texaswebdevelopers.com
User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| <%= Request.ServerVariables("CONTENT_LENGTH")%> |
0
|
| <%= Request.ServerVariables("CONTENT_TYPE")%> |
|
| <%= Request.ServerVariables("QUERY_STRING")%> |
|
| <%= Request.ServerVariables("SERVER_SOFTWARE")%> |
Microsoft-IIS/6.0
|
| <%= Request.ServerVariables("LOCAL_ADDR")%> |
168.75.236.114
|
| <%= Request.ServerVariables("HTTPS")%> |
off
|
| <%= Request.ServerVariables("PATH_INFO")%> |
/examples/servervariables.asp
|
| <%= Request.ServerVariables("PATH_TRANSLATED")%> |
c:\www\TexasWebDev_wlsfre47\www\examples\servervariables.asp
|
| <%= Request.ServerVariables("REMOTE_ADDR")%> |
38.103.63.16
|
| <%= Request.ServerVariables("REMOTE_HOST")%> |
38.103.63.16
|
| <%= Request.ServerVariables("REQUEST_METHOD")%> |
GET
|
| <%= Request.ServerVariables("SERVER_NAME")%> |
www.texaswebdevelopers.com
|
| <%= Request.ServerVariables("SERVER_PORT")%> |
80
|
| <%= Request.ServerVariables("SERVER_PROTOCOL")%> |
HTTP/1.1
|
| <%= Request.ServerVariables("SERVER_SOFTWARE")%> |
Microsoft-IIS/6.0
|
| <%= Request.ServerVariables("HTTP_ACCEPT")%> |
Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
|
| <%= Request.ServerVariables("HTTP_USER_AGENT")%> |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| <%= Request.ServerVariables("HTTP_UA_PIXELS")%> |
|
| <%= Request.ServerVariables("HTTP_UA_COLOR")%> |
|
| <%= Request.ServerVariables("HTTP_UA_OS")%> |
|
| <%= Request.ServerVariables("HTTP_UA_CPU")%> |
|
| <%= Request.ServerVariables("HTTP_REFERER")%> |
|
| <%= Request.ServerVariables("HTTP_CONNECTION")%> |
close
|
| <%= Request.ServerVariables("URL")%> |
/examples/servervariables.asp
|
| <%= Request.ServerVariables("REMOTE_USER")%> |
|
 |
|