Uvlio

Command Palette

Search for a command to run...

Developer

Random User-Agent Generator

Generate common desktop and mobile User-Agent strings for testing requests and client detection logic.

Workspace

Work here first, inspect the output, then decide the next move.
WorkflowLocal

This workspace processes the content directly in your browser.

Formatting, decoding, validation, and common file work stay local whenever possible, then continue in the same result area for copy, download, or the next step.

See related workflows
Input

Paste content, choose a file, or load a sample first.

Process

The content stays in the local browser by default.

Result

After processing, copy, download, or continue into a related workflow.

Options

Profile

Pick a common browser profile or step through profiles for quick request testing.

Result

Generated User-AgentChrome Windows

Use this string for request debugging, device simulation, or log analysis.

Chrome WindowsProfile
111Length
DesktopType
WebKit/BlinkEngine
Copy-ready value
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Usage snippet
curl 'https://api.example.com' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'

Key Questions