19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
--->
|
|
|
|
# User agent
|
|
|
|
## User agent Attributes
|
|
|
|
<!-- semconv registry.user_agent(omit_requirement_level) -->
|
|
| Attribute | Type | Description | Examples |
|
|
|---|---|---|---|
|
|
| `user_agent.name` | string | Name of the user-agent extracted from original. Usually refers to the browser's name [1] | `Safari` |
|
|
| `user_agent.original` | string | <br>Value of the [HTTP User-Agent](https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent) header sent by the client. | `CERN-LineMode/2.15 libwww/2.17b3`; `Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1` |
|
|
| `user_agent.version` | string | Version of the user-agent extracted from original. Usually refers to the browser's version [2] | `14.1.2` |
|
|
|
|
**[1]:** [Example](https://www.whatsmyua.info) of extracting browser's name from original string
|
|
|
|
**[2]:** [Example](https://www.whatsmyua.info) of extracting browser's version from original string
|
|
<!-- endsemconv -->
|