-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
For some reason even if I put a addRequestProptery("Cache-Control", "max-age: 0") on a connection, the HttpResponseCache is always returning the cached data. If I disable the HttpResponseCache completely, then the most current data is always returned.
I checked the headers being returned using Chrome and the Response headers are setting the max-age headers with a value of zero.
Is there a way to ignore the cache during a particular connection, particularly if you are doing a put or a get with a parameter that may do updates?
Metadata
Metadata
Assignees
Labels
No labels