Remove query parameters from a request before forwarding it to the origin.
How it works
Your end-users may request a URL with query strings, however, you may not want those query strings to be passed to your origin server or be considered as part of your cache key.
This behavior can remove those query strings.
Features and options
Field | What it does |
---|---|
Query Parameters List | List the query parameters that need to be removed from the request to the origin. |
Add * as a parameter if you want to remove all query parameters.