Skip to content

포매터 및 코드

User Agent 파서

Browser, OS, device and engine from any UA string.

Runs in your browser

편집자 노트

Understanding · A string that lies to you, on purpose.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

What information is in a user agent?

It typically identifies the browser name and version, the host operating system, and the layout engine like `Blink` or `WebKit`. Mobile strings also include specific device models.

Is the parsing done on a server?

No. The logic runs in your browser using local JavaScript, meaning your identifier is never logged or stored on our infrastructure.

Why do many strings look like 'Mozilla/5.0'?

This is a legacy convention from the early web. Most modern browsers include it for backward compatibility with older servers that search for that specific prefix.

Can I check my own user agent?

Yes. Upon loading, the tool automatically detects and parses the string your current browser is broadcasting to websites.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 포매터 및 코드