Hi Tomas, Currently, the only way you could accomplish such a thing is to have users add your application id to their domain, and then check each request for the domain from which the request was sent.
Using the domain information, you can then serve up the correct profile for that domain. -Marzia On Thu, Dec 25, 2008 at 6:41 AM, tomikk <[email protected]> wrote: > > Hi, > we want to build web app on top of GAE which provides its users with > their own profiles. There are many apps out there which allows users > to map their profiles to their own domains (e.g. Blogger and many > others). Can we accomplish this feature using GAE? If yes how? > We are not afraid of any hack if needed (using other server to > redirect communication or such), we just need to keep it as simple for > end users as possible. > Thanks a lot, > Tomas > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
