Dispatcher Caching : Optimization for Query Parameters
Hi,
I have added the below configuration for ignoreUrl Params in my farm.any file:
/ignoreUrlParams
{
/0001 { /glob "*" /type "allow" }
}
And explicitly denied the expected query parameters from being ignored .But whenever I am trying to hit a URL with query parameter it is not getting cached and served from my publisher only.
Is there anything else needs to be done for this to work?