query String Caching Behavior
Parameters
value
Defines how the Front Door Route will cache requests that include query strings. Possible values include IgnoreQueryString, IgnoreSpecifiedQueryStrings, IncludeSpecifiedQueryStrings or UseQueryString. Defaults to IgnoreQueryString.
NOTE: The value of the
query_string_caching_behaviordetermines if thequery_stringsfield will be used as an include list or an ignore list.