Web Hosting¶
Backendless file storage includes a special directory which facilitates web hosting for the app/backend. The directory name is /web
:
The /web
folder serves as the web server root. The web server is available at the following URLs:
-
With custom domain name enabled for the account:
https://your-custom-domain.com/<path>/<file name>
-
Without custom domain name:
North American cluster:
https://backendlessappcontent.com/<application id>/<REST-API-key>/files/<path>/<file name>
European Union cluster:
where:
Argument | Description |
---|---|
<application id> |
ID of the application which can be obtained from the Manage > App Settings screen of the Backendless Console |
<REST API Key> |
API Key assigned to the application by Backendless. It is available from the Manage > App Settings screen of the Backendless Console. |