User-Agent setting in MuLogin

The user-agent is a native short string of the browser. By reading the user-agent string, the website can identify the version of your browser and operating system.
Here is an example of user-agent:

Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36

In this example, the website will speculate that the user is using Windows 10 and Chrome 96. "NT 10.0" is a version that Windows released. You can view other published versions in the Wikipedia article.
When creating a browser configuration file, follow your choice of operating system filters on the overview page, and the user-agent value is obtained from the MuLogin fingerprint database. You can view the user agent value in your browser configuration file settings.

If you decide to set the user agent manually in MuLogin, please make sure that the value is consistent with the platform's value. If there are differences between the user agent value and platform, it would be a serious error. Note: When simulating Windows operating system, the value of Platform is Win 32. For details, please refer to Configuration file settings details.