Browser Info

Based on the information your browser sent, and the Browser database, the server identified that you are using a browser with these properties. If your browser is not identified properly, please check the browser list if your browser is already covered in our database. Please send us a comment if not, so we know there is demand to extend our database.

Here you can find more detailed information about what's possible to know about you:
http://www.whatsmyip.org/more/ (external link)

Browser Name and Version: undefined undefined.undefined
Rendering Engine Name and Version: undefined undefined.undefined

Browser Request Data
Code Name Current Value Description Browser Request Data
ALL_HTTP HTTP_CACHE_CONTROL:no-cache
HTTP_CONNECTION:close
HTTP_PRAGMA:no-cache
HTTP_ACCEPT:text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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_COOKIE:ASPSESSIONIDCQTDABQB=AFNOKBECFAJCEALJMAKPGHJH
HTTP_HOST:www.browserwiki.net
HTTP_USER_AGENT:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_X_CC_ID:ccc02-01
All HTTP headers sent by the client.
ALL_RAW Cache-Control: no-cache
Connection: close
Pragma: no-cache
Accept: text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept-Encoding: gzip
Accept-Language: en-us,en;q=0.5
Cookie: ASPSESSIONIDCQTDABQB=AFNOKBECFAJCEALJMAKPGHJH
Host: www.browserwiki.net
User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
x-cc-id: ccc02-01
Retrieves all headers in raw form. The difference between ALL_RAW and ALL_HTTP is that ALL_HTTP places an HTTP_ prefix before the header name and the header name is always capitalized. In ALL_RAW the header name and values appear as they are sent by the client.
AUTH_PASSWORD   The value entered in the client's authentication dialog. This variable is available only if Basic authentication is used.
AUTH_USER   The name of the user as it is derived from the authorization header sent by the client, before the user name is mapped to a Windows account. This variable is no different from REMOTE_USER. If you have an authentication filter installed on your Web server that maps incoming users to accounts, use LOGON_USER to view the mapped user name.
CERT_COOKIE   Unique ID for the client certificate, returned as a string. This can be used as a signature for the whole client certificate.
CERT_FLAGS   bit0 is set to 1 if the client certificate is present.

bit1 is set to 1 if the certification authority of the client certificate is invalid (that is, it is not in the list of recognized certification authorities on the server).

If bit 1 of CERT_FLAGS is set to 1, indicating that the certificate is invalid, IIS version 4.0 and later will reject the certificate. Earlier versions of IIS will not reject the certificate.
CERT_ISSUER   Issuer field of the client certificate (O=MS, OU=IAS, CN=user name, C=USA).
CERT_KEYSIZE   Number of bits in the Secure Sockets Layer (SSL) connection key size. For example, 128.
CERT_SERIALNUMBER   Serial number field of the client certificate.
CERT_SUBJECT   Subject field of the client certificate.
CONTENT_LENGTH 0 The length of the content as given by the client.
CONTENT_TYPE   The data type of the content. Used with queries that have attached information, such as the HTTP queries GET, POST, and PUT.
HEADER_ undefined The value stored in the header <HeaderName>. Any header other than those listed in this table must be preceded by "HEADER_" in order for the ServerVariables collection to retrieve its value. This is useful for retrieving custom headers.
Note:
Unlike HTTP_<HeaderName>, all characters in HEADER_<HeaderName> are interpreted as-is. For example, if you specify HEADER_MY_HEADER, the server searches for a request header named MY_HEADER.
IIS 5.1 and earlier:
This server variable is not available.
HTTP_ undefined The value stored in the header <HeaderName>. Any header other than those listed in this table must be preceded by "HTTP_" in order for the ServerVariables collection to retrieve its value. This is useful for retrieving custom headers.
Note:
The server interprets any underscore (_) characters in <HeaderName> as dashes in the actual header. For example, if you specify HTTP_MY_HEADER, the server searches for a request header named MY-HEADER.
HTTP_ACCEPT text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Returns the value of the Accept header that contains a list of accepted formats, for example, "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel".
The values of the fields for the HTTP_ACCEPT variable are concatenated, and separated by a comma (,).
HTTP_ACCEPT_ENCODING gzip Returns a list of accepted encoding types, for example, "gzip, deflate".
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5 Returns a string describing the language to use for displaying content.
HTTP_CONNECTION close Returns a string describing the connection type, for example, "Keep-Alive".
HTTP_COOKIE ASPSESSIONIDCQTDABQB=AFNOKBECFAJCEALJMAKPGHJH Returns the cookie string that was included with the request.
HTTP_METHOD GET The method used to make the request (same as REQUEST_METHOD).
HTTP_REFERER undefined Returns a string that contains the URL of the page that referred the request to the current page using an HTML <A> tag. Note that the URL is the one that the user typed into the browser address bar, which may not include the name of a default document.
If the page is redirected, HTTP_REFERER is empty.
HTTP_REFERER is not a mandatory member of the HTTP specification.
HTTP_URL /BW/en/Browser-Info.asp Returns the raw, encoded URL, for example, "/vdir/default.asp?querystring".
HTTP_USER_AGENT CCBot/1.0 (+http://www.commoncrawl.org/bot.html) Returns a string describing the browser that sent the request.
HTTP_VERSION HTTP/1.1 The name and version of the request protocol (the raw form of SERVER_PROTOCOL).
HTTPS off Returns ON if the request came in through a secure channel (for example, SSL); or it returns OFF, if the request is for an insecure channel.
PATH_INFO /BW/en/Browser-Info.asp Path information, as given by the client, for example, "/vdir/myisapi.dll/zip". If this information comes from a URL, it is decoded by the server before it is passed to the CGI script or ISAPI filter.

If the AllowPathInfoForScriptMappings metabase property is set to true (to support exclusive CGI functionality), PATH_INFO will only contain "/zip" and ISAPI applications such as ASP will break.
QUERY_STRING   Query information stored in the string following the question mark (?) in the HTTP request.
REMOTE_ADDR 38.107.179.217 The IP address of the remote host that is making the request.
REMOTE_HOST 38.107.179.217 The name of the host that is making the request. If the server does not have this information, it will set REMOTE_ADDR and leave this empty.
REMOTE_PORT 36383 The client port number of the TCP connection.
REQUEST_METHOD GET The method used to make the request. For HTTP, this can be GET, HEAD, POST, and so on.
UNENCODED_URL /BW/en/Browser-Info.asp Returns the raw, unencoded URL, for example, "/vdir/default.asp?querystring".
IIS 4.0 and earlier:
This server variable is not available.
UNMAPPED_REMOTE_USER   The name of the user as it is derived from the authorization header sent by the client, before the user name is mapped to a Windows account (same as REMOTE_USER). If you have an authentication filter installed on your Web server that maps incoming users to accounts, use LOGON_USER to view the mapped user name.
URL /BW/en/Browser-Info.asp Gives the base portion of the URL, without any querystring or extra path information, for example, "/vdir/default.asp".
For the raw URL, use HTTP_URL or UNENCODED_URL.
URL_PATH_INFO undefined Use PATH_INFO instead.
Note: This server variable is only available on IIS 5.0.