Nope, you can't insert arbitrary headers: http://code.google.com/appengine/docs/python/config/appconfig.html
<http://code.google.com/appengine/docs/python/config/appconfig.html>If you need this, please add it as a feature request to our issues tracker: http://code.google.com/p/googleappengine/issues/list <http://code.google.com/p/googleappengine/issues/list>(Though if I were you, I'd just serve it with a Python script with heavy caching rather than wait for the feature). On Sat, Apr 10, 2010 at 5:26 PM, Peter Kwan <[email protected]> wrote: > I have a static HTML file that I want to served with a compact privacy > policy in the header (with the "P3P" header field). Is there a way I > can configure GAE-pythton to do this? I understand that I can always > have the HTML served dynamically with script which can then do > anything with the header. But ideally I want to serve the file > statically. > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
