For any urls that you add to your templates, make sure that you dont put http: in front of them. Just leave them as //www.domain.com. Do a project wide search and replace(and get 1000 tickets later for broken stuff).
On Feb 13, 2:30 am, Robert Kluin <[email protected]> wrote: > Hey Kaan, > Have you looked at using "secure: always" in your app.yaml, rather > than redirecting yourself? > http://code.google.com/appengine/docs/python/config/appconfig.html#Se... > > Robert > > > > > > > > On Sun, Feb 12, 2012 at 21:56, Kaan Soral <[email protected]> wrote: > > HTTP is great, easy to test on SDK, but https is a pain, SDK doesn't support > > two IP's. > > > I am thinking of building an app that will only use HTTPS, how should I > > proceed? > > > My current solution is to check if we are on Appengine in code, and if we > > are on Appengine and HTTP, redirect to HTTPS, otherwise SDK would run on > > HTTP > > Very inelegant but it would work > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/google-appengine/-/MrPPmha8htkJ. > > 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. -- 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.
