Skip to content

Commit e925987

Browse files
Update http_requests.md
clarification on ClientRequestPath and ClientRequestURI
1 parent d9a899d commit e925987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/logs/reference/log-fields/zone/http_requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ HTTP method of client request.
157157

158158
Type: `string`
159159

160-
URI path requested by the client.
160+
This includes only the path portion of the requested URL, without the query string.
161161

162162
## ClientRequestProtocol
163163

@@ -187,7 +187,7 @@ Identifies requests as coming from an external source or another service within
187187

188188
Type: `string`
189189

190-
URI requested by the client.
190+
This includes the full path and query string of the requested URL.
191191

192192
## ClientRequestUserAgent
193193

0 commit comments

Comments
 (0)