I just hosted an Asp.Mvc app in AppEngine (flex environment), and everything is going ok.
Now, I want my app to be served only over https. Right now, I can access it both from http and https. The problem is that if I check the incoming request, it always shows as HTTP (even if the request comes from https). So, there is no way for me to detect and try to redirect (since a redirect will always produce an infinite redirection loop). Is there any way I can set this outside my app? The documentation doesn't has any information on this. Regards, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/79d79b06-4b5a-44e1-8d3c-ffd77257e087%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
