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:
http://custom domain name
Without custom domain name:
https://api.backendless.com/<application id>/<REST API key>/files/web
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. |