diff --git a/mixer/v1/global_dictionary.yaml b/mixer/v1/global_dictionary.yaml index fb72c02688..7627f9777f 100644 --- a/mixer/v1/global_dictionary.yaml +++ b/mixer/v1/global_dictionary.yaml @@ -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