You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently hit an issue with LittleSpeed Cache. It was overwriting a REST API call response, and giving back a cache version even if the request was made with headers asking for a no cache version like: Cache-Control: "no-cache" and Pragma: "no-cache". I fix it by disabling REST Cache on settings of the plugin, but wanted to ask if this is the intended behaviour.
The text was updated successfully, but these errors were encountered:
Yes, disabling helps but I think what we would like is a little more control on which REST API's that we cache or detection of the header conditions a REST API endpoint sets as to prevent caching if need be.
Hi, I recently hit an issue with LittleSpeed Cache. It was overwriting a REST API call response, and giving back a cache version even if the request was made with headers asking for a no cache version like: Cache-Control: "no-cache" and Pragma: "no-cache". I fix it by disabling REST Cache on settings of the plugin, but wanted to ask if this is the intended behaviour.
The text was updated successfully, but these errors were encountered: