My application needs to use 301 to my APP domain.
if not os.environ.get('HTTP_HOST').endswith(domain) and
os.environ.get('HTTPS') == 'off' and os.environ.get('X-AppEngine-
Cron') is None:
But why Cron is 301?
os.environ.get('X-AppEngine-Cron') is None :Ineffective?
--
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.