Inspect a log entry
Paste a User-Agent string from server logs to identify browser, OS, engine, and device hints.
Parse browser, operating system, engine, and device hints from a User-Agent string.
User-Agent parsing is heuristic. Client hints and server logs may give a more complete picture for modern browsers.
User-Agent headers are still useful when reading logs, debugging crawlers, and checking compatibility issues. Modern browsers can reduce or freeze parts of the string, so parsed results should be treated as hints.
Paste a User-Agent string from server logs to identify browser, OS, engine, and device hints.
Compare request headers when investigating bots, browsers, or monitoring checks.
No. User-Agent strings can be reduced, spoofed, or incomplete. Treat parsed results as useful hints.
No. It only parses the pasted User-Agent string.
No. Parsing runs in your browser.