Skip to content

Account User‐Agent

AmirhN edited this page Sep 20, 2024 · 4 revisions

Account User-Agent

Well you might ask what a user-agent is?

The User-Agent request header is a characteristic string that lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent.

In simple terms, Websites and Applications/Bots use User-Agent to check some basic information about you, such as your browser, operating system, version, ...

How to get User-Agent?

There are several ways, you can either use public commonly used user-agents, or get your own device's user-agent.

Method 1 (Recommended)

Simply start our UserAgent Bot on your phone, click on "What is My User Agent?" button to open the webApp, then copy your user-agent. This way you are getting the exact user-agent other telegram bots and mini-apps see.

images img.png img.png

Method 2

Get commonly used user-agents from a website like useragents.me

Examples

Chrome Android:

Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.3

Safari iOS:

Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.

Samsung Internet:

Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.3

How to set user-agents

To be added