cname mapping does not work

Hi,
I have successfully configured my domain’s CNAME dns record to point to develop.backendless.com. I have successfully checked here http://dns-record-viewer.online-domain-tools.com/ that my domain (app.mobile.clarvs.com) has a cname entry for develop.backendless.com. However, despite this, if I make some curl request to http://app.mobile.clarvs.com/v1/data/tableName (with proper headers) I get a 404 http error. I also have properly configured the app’s settings as you can see from the attached screenshot. What am I doing wrong?

Thank you

Hello Simone,

to call api you have to use http://app.mobile.clarvs.com/api/ url, so you have to send request to http://app.mobile.clarvs.com/api/v1/data/tableName