8

As we know, not all user agent strings begin with "Mozilla/". Some begin with "Opera/". But are these two the only legitimate web browser compatibility tokens, or are there other browsers that begin their user agent strings with other tokens?


Note.

I'm only looking for unchanged user agent strings of current web browsers, not "Dalvik" or the CFNetwork user agents ("Safari/"), not bots ("Twitterbot/") or other apps ("Wget/"), not whatever users may change their user agents to, etc. I'm also not looking for historic browsers like "Mosaic/".

  • 1
    https://pastebin.com/v8Az4yYk (first column - count, second - first part of UA) - list produced by this data: http://www.useragentstring.com/pages/useragentstring.php?name=All – Tarwirdur Turon Dec 16 '18 at 12:02
  • @TarwirdurTuron Hmm, now all I have to do is find out which ones are browsers. And hope that data was complete... I especially like "Bimbot" ;-) –  Dec 16 '18 at 12:08
  • https://pastebin.com/uUR9f5hh I'm not sure that it is complete list. And I don't understand why you need such list.. – Tarwirdur Turon Dec 16 '18 at 12:29

2 Answers2

2

You may take a look here, where you can find a complete listing of Web Browser user agents sorted by:

  • Software
  • Operating Systems
  • Operating Platforms
  • Software types
  • Hardware types
  • Layout engines

If you goal is to list all legitimate web browser "compatibility token", you may download the whole list as a MySQL DB (here) then do query according to your need.

A. STEFANI
  • 6,707
  • 1
  • 23
  • 48
  • That's a bit of an indirect answer, and access to the database costs a $20 monthly subscription fee, but I guess it's the best answer I'm going to get... –  Dec 21 '18 at 13:04
  • Yep, sorry for the paid plan to get the DB... But, if it is very required you may pay one time only, get the DB, then stop you fee, in my opinion it is very low probable that a new web browser "compatibility token" will be release without you know that – A. STEFANI Dec 21 '18 at 13:44
0

A fairly complete and free list containing commonality as well.

https://developers.whatismybrowser.com/useragents/explore/software_type_specific/web-browser/2