Hello community.
I have quite simple UI with one input. On input value change next script will be executed:
On server side I use Node-RED with self-signed certificates (but it runs over https protocol).
When I change input value, empty object is transmitted to server (instead of object with data) via POST type request:
I use POST method of request from both cases.
Each time I change input value in Backendless UI I get empty object on server side.
What is a reason of this issue? Can be self-signed certificates of server side a reason of that problem?
One more moment. I am new user of Backendless system. Thus, any related to this issue information will be usefull for me.