Hi everybody,
I have some apps (b4a) that use DBRequestManager to connect to an Oracle database and everything is working right, and I am also experimenting with a WhatsApp Bot and I need for the bot to connect to the same database, the bot runs on NodeJS and although it is possible to connect directly to the Oracle server, I would like to avoid that kind of connection (for security reasons), so the question is ... is it possible to connect to the jRDC server via an HTTP request??
NodeJS (Javascript) has "axios" and fetch and post, so, it is possible to make an http request to the jRDC server, but I dont know the headers required, and it seems that the parameters of the request need to be serialized for jRDC2 and something different for jRDC1.
So, does anybody have any idea if this can be done?
Best regards
I have some apps (b4a) that use DBRequestManager to connect to an Oracle database and everything is working right, and I am also experimenting with a WhatsApp Bot and I need for the bot to connect to the same database, the bot runs on NodeJS and although it is possible to connect directly to the Oracle server, I would like to avoid that kind of connection (for security reasons), so the question is ... is it possible to connect to the jRDC server via an HTTP request??
NodeJS (Javascript) has "axios" and fetch and post, so, it is possible to make an http request to the jRDC server, but I dont know the headers required, and it seems that the parameters of the request need to be serialized for jRDC2 and something different for jRDC1.
So, does anybody have any idea if this can be done?
Best regards