🖥️ Developer Tool

User Agent Parser

Parse any user agent string to identify browser, operating system, device type, and rendering engine.

What Is a User Agent String?

A user agent string is a text identifier sent by your browser to every website you visit. It contains information about your browser, operating system, device, and rendering engine. Websites use this to serve optimized content for different browsers and devices.

Why User Agent Detection Matters

FAQ

Can websites see what browser I'm using?

Yes. Your browser sends a user agent string with every HTTP request. This reveals your browser name, version, operating system, and sometimes device information. You can use browser extensions to spoof your user agent for privacy.

Why do all user agents start with Mozilla?

Historical compatibility. When Netscape Navigator (codenamed Mozilla) was dominant, servers would serve better content to "Mozilla" browsers. Other browsers started claiming to be "Mozilla-compatible" to receive the same content. This practice stuck.