User Agent Parser
Decode any User-Agent string into a clean breakdown — browser, engine, OS, device, and version — for log triage, bug reports, and analytics QA.
ملخص الأداة
تستقبل هذه الأداة مدخلات منظمة وتُرجع مخرجات حتمية في المتصفح، دون رفع إلى الخادم.
- اسم الأداة
- User Agent Parser
- غرض المدخلات
- قدّم المحتوى المصدري لتحويله أو التحقق منه أو تحليله.
- غرض المخرجات
- احصل على مخرجات موحدة جاهزة للنسخ أو إعادة الاستخدام أو التصحيح.
- مدخل مثال
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15
- مخرج مثال
- browser: Safari 17.4 engine: WebKit 605.1.15 os: macOS 10.15.7 device: Desktop
Safari
17.4
WebKit
605.1.15
macOS
10.15.7
Desktop
—
JSON view
مقدمة الأداة
Decode any User-Agent string into a clean breakdown — browser, engine, OS, device, and version — for log triage, bug reports, and analytics QA.
نظرة عامة على الأداة
The User-Agent header is a historical mess: every browser claims to be Mozilla, lots of stacks lie about who they are, and important hints are hidden in trailing tokens. This parser uses a sequence of well-known signatures (in the right order) to identify the real browser and engine, then extracts the OS and the device type. It surfaces the parts that matter — browser, engine, OS, device, raw version — and flags ambiguous strings instead of guessing wildly. Great for triaging support tickets and validating server-side analytics.
حالات الاستخدام
- Triage a bug report by extracting the user’s browser and OS from a noisy UA string.
- Quickly validate analytics dashboards against raw logs.
- Build a quick allow/deny list by inspecting the UA your real users send.
أمثلة المدخلات/المخرجات
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15
browser: Safari 17.4 engine: WebKit 605.1.15 os: macOS 10.15.7 device: Desktop
الأسئلة الشائعة
How accurate is the detection?+
Can it detect bots and crawlers?+
Is anything sent to a server?+
استكشف أدوات أخرى
اكتشف أدوات ذات صلة في الفئة المطورون أدناه.
أدوات ذات صلة
أدوات منتقاة قد تجدها مفيدة