Hi Naveen,

On 26/04/13 06:29, Naveen Mamidala wrote:
  In my app engine application am using domain appspot.com, and enabled
https. After this all redirect urls are working fine with https.
But my problem is when am trying to access www.myapp-id.appspot.com it
should redirect to https://myapp-id.appspot.com, but am
faceing below problem


The issue is the "www", as in that format your full URL would match "*.*.appspot.com", but not "*.appspot.com".

Apparently this used to work, but is no longer supported: -

        
https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/u2Tmtv8W6Bo

However, the part of your question I don't understand is the statement that it "should redirect" - are you implementing the redirect yourself to catch people who add "www" when it is not required, are you expecting that to be automatic, or something else?


--

Regards,

PhilK


'a bell is a cup...until it is struck'

--
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to