Hi everybody, I would like to allow browser caching of images served from get_serving_url(). I've had success using get_serving_url() for generating images and thumbnails but the Cache-Control is set to "no- cache" and the expiration dates are in the past (I've only implemented this functionality on the development server, I have not tried to deploy yet).
Is there any way of setting the Cache-Control? I can't seem to find any info in the documentation or with a general search, other than a reference to High-Performance Image Serving: "It also handles setting proper Cache-Control headers so you don't have to worry about that." I'm using django (appenginepatch). Thanks, in advance! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
