Is it possible to post data to backendless without a request header?

Can we put the app key and secret into the URL endpoint instead of putting it in the request header?

We need to pass an URL endpoint to a server which will post a json response. That json response we would like to put into a table in backendless. Is this possible using only a URL?

Hi Nevin,

No, it’s not possible for now. The application-id and secret-key headers are obligatory, so you should make your server add them to the request somehow.