Don’t cache Request URI with specific params
-
Hello!
My question is about Endpoint API Caches and Request URI.
For example, I have the next URLs:
/wp-json/wc/v3/orders?page=1&per_page=50 – need to be cached
/wp-json/wc/v3/orders?per_page=50&search=47983 – don’t cacheI don’t want that Request URI with
search
params was cached. Is it possible to avoid caching urls with specific parameters?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Don’t cache Request URI with specific params’ is closed to new replies.