I have an application kernel instance project, for example: cloud.domain.com
My goal is to provide the user with my unique URL, which they can then map to their own domain using the CNAME record. Basically, how do you connect to a domain for a squares account .
It could be anything:
userid.cloud.domain.com userid.domain.com
Is this possible with GAE? I have studied wildcard matching, but there really aren't any solid tips on this topic.
Is this possible, or should I look elsewhere for this task?
bryan source share