Allow multiple hostname live on same siteId (ex: For deploy preview for instance)
Allow same hostname live on multiple siteId (Try on dev then try on prod or have multiple server)
Steps:
We register the site via an API and get an api key
We crypt "something" with the key to pass a challenge and put in setup ? Or we crypt the setup.py file with the secret key ?
When we visit the site, since the browser call an endpoint, the server try to access the referer (or whatever specified in query) and load the setup from it ?
See:
Requirements:
Steps: