Is there a simple way (say via app.yaml or urls.py) to automatically map all secure views to https://myapp.appspot.com/... and non-secure to www.myurl.com, or must we switch all relative paths to absolute, so that we force each secure view to the appspot URL, and the others to our www.myurl.com URLs?
SSL is my #1 issue right now, even above the timeouts. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
