subdomains
Links
- Requests and domains
appspot.com
domains also support subdomains of the
form subdomain-dot-your_app_id.appspot.com
, where
subdomain can be any string allowed in one part of a
domain name.
- Please note that in April of 2013, Google stopped
issuing SSL certificates for double-wildcard domains
hosted at
appspot.com
(i.e. \*.*.appspot.com
).
- If you rely on such URLs for HTTPS access to your
application, please change any application logic
to use "
-dot-
" instead of ".
"
- For example, to access version "
1
" of
application "myapp
" use
"https://1-dot-myapp.appspot.com
" instead of
"https://1.myapp.appspot.com
."
- If you continue to use
"
https://1.myapp.appspot.com
" the certificate
will not match, which will result in an error
for any User-Agent that expects the URL and
certificate to match exactly.
- Using a Custom Domain
- See also: get_application_id()
Snippets