Item |
Value |
How To Get It |
|---|---|---|
| IP Address | 38.103.63.18 | Request.ServerVariables("REMOTE_ADDR") |
| Platform | navigator.platform | |
| Browser | navigator.appName | |
| Cookies | navigator.cookieEnabled | |
| Resolution | screen.width + "x" + screen.height | |
| Color Depth | screen.colorDepth | |
| Agent Info | CCBot/1.0 +http://www.commoncrawl.org/bot.html | navigator.appVersion or Request.ServerVariables("HTTP_USER_AGENT") |