How to invalidate CDN URL which contains '{' in query string

116 Views Asked by At

Below is request url which contains query string param, that I have successfully cached using CDN. But I am unable to purge the request url or invalidate it from cache.

url - /search/name?parent=true&filter={"age":5,"skip":0,"where":{"address.pincode":"403003"},"include":["name", "surname", "address"]}

error message - "Your request contains one or more invalid invalidation paths."

0

There are 0 best solutions below