Good morning, I'm making a website that makes connections to a Velneo database, using Swagger.
I managed to consult the database in the following way:
var xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET", $urlEnvio, false);
xmlhttp.setRequ...
asked by
13.04.2017 / 12:26