The Computer Oracle

Is my browser sending any information about my linux distribution?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Industries in Orbit Looping

--

Chapters
00:00 Is My Browser Sending Any Information About My Linux Distribution?
00:22 Accepted Answer Score 16
00:34 Answer 2 Score 2
01:11 Answer 3 Score 0
02:42 Answer 4 Score 0
03:03 Thank you

--

Full question
https://superuser.com/questions/958218/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux

#avk47



ACCEPTED ANSWER

Score 16


Most probably. Click this link to see what your browser sends to the web server. The OS should be listed under the first category called "User Agent"




ANSWER 2

Score 2


Another good site that will show you what a website can learn about your system when visiting the site is BrowserSpy.dk; the Electronic Frontier Foundation (EFF) site listed in Keltari's answer uses some of the code from BrowserSpy.dk. If you click on Browser on the menu on the left of the home page, you will see information regarding your browser. When I visit the page using Firefox on a Ubuntu Linux system, I see "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/201001 Firefox/24.0)"




ANSWER 3

Score 0


There are several places browser may send info:

By the way, it is not always possible for server to find your real IP. In case of proxy, proxy may send your real IP to server (using X-Real-IP or X-Forwarded-For headers), but it does not have to. And you may even have no public IP if NAT is configured on your router. In this case server will only know your router's public IP and there could the whole office (several hundred people) under one pulic IP.




ANSWER 4

Score 0


Your user-agent string is usually sent to the website you are visiting. This UA string is then deciphered and will usually be enough to identify some very basic info about your machine.

Using Chrome, this is how my web browser introduces itself to this site:

enter image description here