[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-04 Thread Kehinde Ayanniyi
Thanks. -- 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

[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-03 Thread Nick
This works fine. Note that they're considered separate domains by the browser, so cookies won't be shared, and you'll need to use relative urls to prevent CORS issues. On Wednesday, June 3, 2015 at 7:18:07 AM UTC+10, Kehinde Ayanniyi wrote: > > Am planning to develop an app that is free to the e

[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-03 Thread Patrice (Cloud Platform Support)
Hi Kehinde, Great question, I haven't tested that myself to be fair, so I'm not 100% sure, but I don't see why it wouldn't work. I assume you will redirect from the generic handler, check the user agent to see what is being used, and redirect? Or simply provide both links? Cheers On Tuesday,

[google-appengine] Re: serve ssl requests on both custom domain and appspot.com

2015-06-02 Thread Jason Collins
Yes, the existing https://myapp.appspot.com will continue to work after you set up SNI (or VIP) SSL on a custom domain. On Tuesday, 2 June 2015 07:27:43 UTC-7, Kehinde Ayanniyi wrote: > > Am planning to develop an app that is free to the end users. The little > cost of running the server will b