7 min read
2026-02-03
A User-Agent is a string in the HTTP header that the browser sends to the server with every request. It contains information about the browser, operating system, and device.
A typical string contains:
Browser name and version
Rendering engine (Blink, Gecko, WebKit)
Operating system and its version
Device type (desktop, mobile, tablet)
| Parameter | Example |
|---|---|
| Browser | Chrome 120, Firefox 121, Safari 17 |
| OS | Windows 11, macOS 14, Android 14 |
| Device | Desktop, iPhone, Samsung Galaxy |
| Engine | Blink, Gecko, WebKit |
| Bot | Googlebot, Bingbot, YandexBot |
Copy the User-Agent string from the browser or logs
Paste it into the analysis field
Get structured information about the device and browser
The User-Agent can be spoofed by the user or an extension. Many modern browsers also standardize the string for privacy protection.
Analyze a string with the User-Agent Parser.
See also: MAC Address Lookup, Port List