What you describe will work - are you on Java or Python? In Java, Filters are very effective for this task.
On 13 February 2012 14: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.
