Bug #1091

Control the cache behavior for API responses

Added by Vangelis Koukis over 12 years ago. Updated over 12 years ago.

Status:Closed Start date:09/13/2011
Priority:High Due date:
Assignee:Giorgos Verigakis % Done:

0%

Category:Cyclades API Spent time: -
Target version:v0.6.2

Description

All API responses must be uncacheable, or otherwise control cache behavior precisely,
to prevent intermediate caches from serving inconsinstent data to API requests over HTTP.

Things to investigate: * cache-control HTTP headers, the Vary header * https://docs.djangoproject.com/en/1.2/topics/cache/#controlling-cache-using-other-headers

History

#1 Updated by Giorgos Verigakis over 12 years ago

Added add_never_cache_headers in all responses of API methods in b75555e534a111f83e857911277bd40dfc425b67.

#2 Updated by Vangelis Koukis over 12 years ago

  • Status changed from Assigned to Closed

Merged into master, closing.

Also available in: Atom PDF