What is the mechanism of the `ghs.google.com` domain?

后端 未结 1 445
慢半拍i
慢半拍i 2021-02-05 16:25

If I want to bind a domain name to my app on the GAE (Google App Engine), I should add a CNAME record to ghs.google.com. I\'d lik

相关标签:
1条回答
  • 2021-02-05 16:41

    Your browser sends a request to Google's server with the Host: yoursite.com header.

    Google looks up this hostname in a (very large) database mapping hostnames to websites, then serves the corresponding website.

    This database includes App Engine apps, Google Apps aliases, BlogSpot blogs, and other things.

    0 讨论(0)
提交回复
热议问题