I am facing some issue in setting the vary query param?

0

I am trying to configure caching in KONGA for certain URL with query params.

What I would like to achieve is :

This should be cached → GET /my-awesome-service/get-something?filter-one=this&filter-two=that

This should be cached differently → GET /my-awesome-service/get-something?filter-one=this&filter-two=their

What I am facing is GET /my-awesome-service/get-something is being cached and hence returning incorrect data for different filters.