Skip to content

Commit

Permalink
changed to value of user-agent header only
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrockhoff committed Dec 19, 2019
1 parent 9127b60 commit 5645bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/data-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ If the route cannot be determined, the `name` attribute MUST be set as defined i
| `http.server_name` | The primary server name of the matched virtual host. This should be obtained via configuration. If no such configuration can be obtained, this attribute MUST NOT be set ( `net.host.name` should be used instead). | [1] |
| `http.route` | The matched route (path template). (TODO: Define whether to prepend application root) E.g. `"/users/:userID?"`. | No |
| `http.client_ip` | The IP address of the original client behind all proxies, if known (e.g. from [X-Forwarded-For][]). Note that this is not necessarily the same as `net.peer.ip`, which would identify the network-level peer, which may be a proxy. | No |
| `http.user_agent` | Value of the HTTP [User-Agent] header sent by the client or else a calculated user agent device identifier compatible with the backend system in use. | No |
| `http.user_agent` | Value of the HTTP [User-Agent] header sent by the client. | No |

[HTTP request line]: https://tools.ietf.org/html/rfc7230#section-3.1.1
[HTTP host header]: https://tools.ietf.org/html/rfc7230#section-5.4
Expand Down

0 comments on commit 5645bec

Please sign in to comment.