On Oct 18, 9:33 pm, Mike <[email protected]> wrote: > Is there any way to disable it for a billing-enabled > app without losing the benefits of the Cache-Control header > for other downstream proxies and user-agents?
You could try using: Cache-Control: private instead of 'public' which should disable Google's caching proxy server. It will also disable any intermediary shared caches, but at least you retain client caching. Worthwhile until Google fixes the Vary header problem. If you'd like more info on how Google's cache works, consider starring this issue: http://code.google.com/p/googleappengine/issues/detail?id=2258 -- 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.
