I have billing enabled on my app and I'm trying to get the Cache-
control headers to edge cache a page.  I'm setting the header to Cache-
Control: public; max-age=300; and I see it coming back.  I'm using
wget to test it out.  I've also included a "now" date in the generated
document so I can see if it's caching it or not.  It is generating
that now date with every request and I see logs coming in on the
dashboard as 200.  Am I doing something wrong?  How do I get server
side caching working?

Thanks,
David

Here is the output from my wget call:

---request begin---
GET /v2/config HTTP/1.0
User-Agent: Wget/1.12 (cygwin)
Accept: */*
Host: 11.latest.word-play.appspot.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.0 200 OK
Content-Type: application/json; charset=ISO-8859-1
Cache-Control: public; max-age=300;
Date: Tue, 01 Feb 2011 15:52:10 GMT
Server: Google Frontend

---response end---
200 OK
URI content encoding = `ISO-8859-1'
Length: unspecified [application/json]
Saving to: `STDOUT'

-- 
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.

Reply via email to