Do you mean a url that contains a query string, eg example.com?123. If so, I’d a imagine a setting to allow all such urls, or if it’s only specific ones, a setting like the exclusion urls, but for inclusion.
Yes I mean urls with GET requests like ?param1=1¶m2=1¶m3=1. I have on site events calendar and other plugins which use GET parameters for internal page navigation etc and I would like to cache these pages. By default many cache plugins don’t cache urls with GET string, but they have on option to add some such urls to cache. Could you please add an option for inclusion some urls with GET. For example if I add ‘events?’ then plugin will cache ‘events?curryear=2017&currmonth=3’ or if I add ‘?event=’ then plugin will cache ‘?event=myevent’.
Thank you.