I love the removeUrlQueryParams option, but I have a more nuanced use-case. oauth signed URLs require timestamps, which obviously makes them uncacheable as is. But they also include query params that do need to be part of the cache key. It would be great to have a way to choose which query params were part of the cache key and which were dropped.
I love the
removeUrlQueryParamsoption, but I have a more nuanced use-case. oauth signed URLs require timestamps, which obviously makes them uncacheable as is. But they also include query params that do need to be part of the cache key. It would be great to have a way to choose which query params were part of the cache key and which were dropped.