Hosting Requirements
To host scene files on your own domain, C Tech must configure your domain in the viewer’s hosting system. Each domain is registered with a unique API key. Contact C Tech to set up hosting for your domain.
Your hosting server must meet these requirements:
- HTTPS — Scene files must be served over HTTPS.
- CORS policy — The server must include a
Access-Control-Allow-Originheader that permits GET requests fromviewer.ctech.com. Without the correct CORS configuration, the browser will block the viewer from loading your scene files. Most cloud storage providers (e.g., Azure Blob Storage, AWS S3) have CORS settings in their configuration panels. - Case-sensitive paths — Folder paths and filenames are case-sensitive on most hosting servers.