Doubt user agent

Moved Support
  • Fingerprint switcher should assign a user agent with every correct fingerprint assignment? From my tests, the user agent is still always the same, why is that? I read a post that recommended assigning a user agent through set header.
    What is the best setting? Thank you.

  • BAS simply changes the ID, but the User-Agent remains the same. I can import a random list of User-Agents using Set Header, but how can I save it for an account to always use the same one?

    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
    "X-Amzn-Trace-Id": "Root=1-67813e77-06b0807547ee9bd027e91380"
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
    "X-Amzn-Trace-Id": "Root=1-67813eb7-4729ff6a15a1bf8b7c006196"

  • I can't figure out how to properly set up Fingerprint switcher and user agent

    In get fingerprint I make a request of this type Microsoft Windows 11, Firefox

    The result is almost always wrong, it gives me an agent and an operating system Win 10 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0.

    What am I doing wrong in the configuration?

  • ModeratorM Moderator moved this topic from Support on
  • There is no windows 11 useragent. They will maintain the lagacy useragent of win 10, i suggest to not mess with custom useragent, because here useragent modify lot of things, so if you set it in headers, it will leak in other place.

  • @to-nice Windows 11 and Windows 10 are designated as 'Windows NT 10.0' in the user-agent. You have the right fingerprint.
    'sec-ch-ua-platform-version' from '1.0.0' to '10.0.0' is Win 10, from '11.0.0' to '19.0.0' is Win 11

  • how does one log the useragent that the fingerprint has chosen