I followed the description available at here mgmt_custom_domain and mapping-a-domain-name-to-your-backendless-file-storage and did search a lot inside the forum for any clear hint if it’s possible or not to access API ( REST) with custom domain setup.
I’m using backendless REST API and would like to be able to access/update data tables from custom domain.
Method: GET [PUT, POST, ...]
https://MyCustomDomain/api/<application-id>/<REST-api-key>/data/<table-name>/<object-id>
What I get is the error “Action not found” with the html status code 404, Although the CNAME setup and mapping is correctly done.
My question is: Is it possible to access data tables from custom domain name with REST API?
Is your application in Backendless cloud? If yes please provide your application id. If not please send your custom domain to support@backendless.com or just share it here in the topic.
Thanks Anton,
You mean, what I’m asking for will be ready in near future? Because I have to decide about my APP structure sooner, and if there is such hope, I can consider the availibity of the REST API from custom domain.