Hi,

I'm using Flask on google appengine

I have a custom middleware which redirects requests from *.appspot.com
domain to my custom domain
I'm trying to skip requests from cron service from such redirection.
(else they would fail)

I have the following code
http://stackoverflow.com/questions/9277356/skip-requests-from-cron-and-taskqueue-services-from-being-redirected-to-custom-d

Can someone comment on why the check for "X-AppEngine-Cron" isn't
working?

Thanks
Praveen

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