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_behavior
determines if thequery_strings
field will be used as an include list or an ignore list.