[google-appengine] Re: hostname after frame redirection to myapp.appspot.com
Thanks. Is there some reason why the link to the standard edition is so difficult to find and not mentioned in the google apps documentation? Or am I simply too ignorant to find it? Anyway, I am happy to be able to use the service. Diego On Jun 29, 4:21 pm, "Nick Johnson (Google)" wrote: > Check out the Standard Edition - > here:http://www.google.com/apps/intl/en/group/index.html > > -Nick Johnson --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~--~~~~--~~--~--~---
[google-appengine] Re: hostname after frame redirection to myapp.appspot.com
Thank you very much for the explanations. But how do I use the free edition to add my domain? >From http://www.google.com/a I am redirected to http://www.google.com/apps/intl/en/business/index.html. There I read: Try Google Apps free for 30 days* $50 per user per year after trial Begin Free Trial * You will be asked to provide a credit card number to sign up for the free Google Apps Premier Edition trial. However, you can cancel at any time before the end of your free trial and your card will not be charged. What exactly do you mean by free edition? Diego On Jun 29, 1:41 pm, "Nick Johnson (Google)" wrote: > On Mon, Jun 29, 2009 at 12:36 PM, Diego G. wrote: > > > Hello, > > I have two questions about redirecting mydomain.com to > > myapp.appspot.com ("mydomain" and "myapp" are just placeholders). > > > First. If I want to add my existing mydomain.com using Versions- > >>Domain Setup->Add Domain from the appengine control panel, I need to > > sign up for Google Apps which costs 50$/yr after the free trial. There > > is no option to add mydomain.com for free, is it? > > Yes - you can use the free edition, which doesn't cost you anything. > > > > > Second. I used a frame redirect to map myapp.mydomain.com to > > myapp.appspot.com. Unfortunately every link "somewhere" that I follow > > from myapp.mydomain.com takes me to myapp.appspot.com/somewhere, not > > to myapp.mydomain.com/somewhere. Is this a problem of myapp running > > django? Or is it generally impossible that relative urls point back > > relative to where the frame redirect comes from instead of to the > > target? > > The latter - if you want this, you need to generate absolute URLs, not > relative ones, or set a base HREF in your head section. Why frame your > app, though? You could simply add myapp.mydomain.com as a domain for > your App Engine app. > > -Nick Johnson > > > > > Is there any solution to host an appengine application under a > > different domain without paying 50$/yr and without visitors being > > taken away from mydomain.com when they follow a link? > > > Thanks > > Diego > > -- > Nick Johnson, App Engine Developer Programs Engineer > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration > Number: 368047 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~--~~~~--~~--~--~---
[google-appengine] hostname after frame redirection to myapp.appspot.com
Hello, I have two questions about redirecting mydomain.com to myapp.appspot.com ("mydomain" and "myapp" are just placeholders). First. If I want to add my existing mydomain.com using Versions- >Domain Setup->Add Domain from the appengine control panel, I need to sign up for Google Apps which costs 50$/yr after the free trial. There is no option to add mydomain.com for free, is it? Second. I used a frame redirect to map myapp.mydomain.com to myapp.appspot.com. Unfortunately every link "somewhere" that I follow from myapp.mydomain.com takes me to myapp.appspot.com/somewhere, not to myapp.mydomain.com/somewhere. Is this a problem of myapp running django? Or is it generally impossible that relative urls point back relative to where the frame redirect comes from instead of to the target? Is there any solution to host an appengine application under a different domain without paying 50$/yr and without visitors being taken away from mydomain.com when they follow a link? Thanks Diego --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~--~~~~--~~--~--~---
[google-appengine] Are datastore queries secure?
Can the queries of my google app to the datastore be sniffed by anybody? Or is the transfer encrypted? Please confirm whether both the request and the response are safe from being read by anybody (except for google employees, of course). Another question related to security: The FAQ says "Google App Engine allows you to serve SSL (HTTPS) traffic through your appspot.com domain." Does this imply that I cannot use SSL if I map my google app to a different domain? Thanks Diego --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~--~~~~--~~--~--~---