User-Agent Analysis

Deep dive into your browser's digital fingerprint and understand how identification works.

Browser
WebKitv537.36

The software you're using to browse

Operating System
Unknown

The core system software of your device

Device
DesktopvComputer

The hardware platform you're using

Engine
WebKitv537.36

The rendering engine of your browser

Raw User-Agent String

This is the full identification string sent by your browser.

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

How is this detected?

Decoding the browser's identity string.

Every time you visit a website, your browser sends a User-Agent header. This string acts as a "passport" that tells the server:

  • Browser Engine: The underlying technology (like Blink for Chrome/Edge or Gecko for Firefox).
  • OS Details: The operating system and version you are running.
  • Device Info: Whether you are on a phone, tablet, or desktop, and sometimes the specific model.

We use an advanced parsing library to break down this complex string into human-readable components. This process is done entirely on the server and the result is only used to display this dashboard.

Pattern Matching

We scan the string for specific keywords and version numbers used by vendors.

Engine Inference

Identifying the core rendering engine based on standard naming conventions.

Privacy Protected

Your ID string is processed in real-time and never saved or tracked.

Real-Time Analysis

Parsing happens in milliseconds during the request lifecycle.