Hi, I'm not sure I understand what you're asking for - what do you mean by 'map all secure views'? You can modify your app to send 302 redirects from one domain to the other depending on the protocol used, if that's what you mean.
-Nick Johnson On Tue, Oct 13, 2009 at 5:56 PM, GAEfan <[email protected]> wrote: > > 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 > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
