I’m facing an issue with my Tables REST API calls.
I can GET data from the Backendless REST Console and my Bubble web-app.
However, when I try to POST or PUT, I always get this error message:
To understand the reason, we need to find out what you are actually sending to the server.
What program are you using to send your request?
This is a browser program? If yes - see what exactly sends with use the built in tools or available plugins for any browser out there, like Firebug for Firefox or Chrome’s developer tools. Each have a network tab that you can use to see all GET / POST requests and responses to any type of resource. See for Chrome.
Thanks @xiaomieya for your help.
I’m going to try this out!
@Volodymyr_Ialovyi I’m building a web-app through Bubble.io ; which is a nocode builder.
I want to use Backendless as web-app’s external backend using REST API, but it’s not super easy to integrate the solution.
@Flrn Backendless rest API is very straight forward and conforms to the best practices of the industry standards. I am sorry you find it difficult, perhaps the problem is in how bubble lets you integrate external services. Btw, you might want to give our own UI Builder a try.