How do you determine what browser or device is being used?

How do you determine what browser or device is being used?

The technical term "user agent" is the detail we use to determine what browser or device is being used.

Here are some examples:

CHROME
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36

INTERNET EXPLORER
Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

FIREFOX
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0

From this we can tell which browser is used and whether the device is a computer or a phone.

Because the device is determined by the operating system (Windows NT 10.0; Win64; x64) in the user agent string, we are limited to only know whether the device is either a computer (desktop computer and laptop) or a smartphone (mobile phone or tablet).

However, sometimes specific brand details are available that we can then use to determine whether the device is an Asus, Lonovo, HP or Samsung etc..
    • Related Articles

    • What ports are used?

      Only port 443 is used to transfer any information from your SharePoint environment to the SharePoint Vitals Azure-based location.
    • What is the "app@sharepoint" SharePoint Online user?

      If you're seeing a SharePoint Online user with the name "app@sharepoint," that is a built-in Microsoft entry used for automation. Microsoft shared the following with us regarding the app.sharepoint account: - Account user@SharePoint is a system ...
    • I’m getting an error when I try to connect to the Office 365 audit logs. How do I fix it?

      You may receive the following message when trying to connect to the Office 365 audit logs: “The permission set () sent in the request does not include the expected permission.” If you do experience this issue, there are three possible reasons and ...
    • SharePoint Vitals API

      SharePoint Vitals API SharePoint Vitals brings all the user activity data you could ever want to your fingertips. Now you can access your analytics data through a REST API. For more information about the client app that captures analytics data, ...