Fields reference
http.request.body.raw
The unaltered HTTP request body.
- Enterprise add-on
raw.http.request.full_uri
The raw full URI as received by the web server without any transformation.
raw.http.request.uri.args
The raw HTTP URI arguments associated with a request represented as a Map (associative array).
raw.http.request.uri.args.names
The raw names of the arguments in the HTTP URI query string.
raw.http.request.uri.args.values
The raw values of arguments in the HTTP URI query string.
raw.http.request.uri.path
The raw URI path and query string of the request without any transformation.
raw.http.request.uri.path.extension
The raw file extension in the request URI path without any transformation.
raw.http.request.uri.query
The entire query string without the ?
delimiter and without any transformation.