Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mixer/v1/global_dictionary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,9 @@

# SNI, for TLS connections
- connection.requested_server_name

# url_path and query_params are derived from http path header.
# url_path is the path part of a url, with query params being stripped.
# query_params is the normalized query part of a url.
- request.url_path
- request.query_params