How can I find all urls with every possible query parameters? There is specific curl command launched with terminal for do this?
For example i must clear cache for url: example.com/, example.com/lang=en, example.com/lang=es, ...
How can I find all urls with every possible query parameters? There is specific curl command launched with terminal for do this?
For example i must clear cache for url: example.com/, example.com/lang=en, example.com/lang=es, ...
If you pay for higher plans you can purge cache with wildcards, such as
example.com/lang=*
.Otherwise you'll have to enter each page in the list. You might be better off clearing the entire cache.