Hi Vinny, Thanx for trying to help, I really appreciate what you do in this group.
The cache problem seems related to the fact that I'm connected on the site as an adminstrator. In incognito mode or connected with another "basic" account, it works fine, resources are properly cached. Connected with an "admin" account, caching seems to be disabled, at least on Chrome and Firefox. Anybody could confirm such behavior? Thanx again for your help. François On Sunday, January 26, 2014 8:23:43 PM UTC+1, Vinny P wrote: > > Hi Francois, > > As Nicolas said in this post: > https://groups.google.com/forum/#!topic/google-appengine/k3LrZodr-WA the > caching seems to be working correctly. I can see the proper Cache-Control > and Pragma headers in the response when I use Chrome's Developer Tools > screen. Are you still experiencing errors? > > If you're still seeing errors on your end, try this tool: > http://www.hurl.it/?url=http://dev.pronocities.com/theme/com.pronocities.theme.base/858/logo_mail.png(Press > the Launch Request button when the page loads). You'll be able to > see the response headers that Hurl.it gets back from the request. > > > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > > > > On Sat, Jan 25, 2014 at 11:26 AM, Francois Masurel > <[email protected]<javascript:> > > wrote: > >> Hi everybody, >> >> Do you know why cache headers are modified by Google Frontend servers? >> >> Google prohibits my dynamically served static resources to be cached on >> proxy and user sides. >> >> For example, Google set the Expires header to this: >> Expires: Fri, 01 Jan 1990 00:00:00 GMT >> >> And Pragma and Cache-Control to this: >> Pragma: no-cache >> Cache-Control: no-cache, must-revalidate >> >> In my code, both Pragma and Cache-Control are set to public (plus max-age >> for Cache-Control). >> >> Example of problematic resource: >> >> http://dev.pronocities.com/theme/com.pronocities.theme.base/858/logo_mail.png >> >> What is strange is that the same exact code works perfectly fine in other >> apps like this one: >> >> http://www.vinocities.com/theme/com.vinocities.theme.base/858/logo_mail.png >> >> Anybody knows what's going on? What can I do to fix it? >> >> Thanx for your help. >> >> François >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/google-appengine. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
