Search code examples
javascriptdata-miningdata-retrieval

What information can we access from the client?


I'm trying to compile a list of information that is accessible via javascript such as:

  • Geo-location
  • IP address
  • Browser software
  • Exit location
  • Entrance location

I understand that a user can alter any of this information and that it's reliability is purely trust related, but I am still interested in what other information can be mined from the client.


Solution

  • Don't forget about

    • Screen Size
    • Allowed Cookies
    • Allowed Java
    • Mobile or Desktop
    • Language

    And here is useful link with data-mining demo:

    http://www.alanwood.net/demos/browserinfo.html