I created a script in "server code" and works well but I have this error on a rest service: This wasn't supposed to happen but an error occurred. Please try again. If the error persists please let us know on the http://appery.io/forum or email us: a href="mailto:support@appery.io"...
I created a script in server code and works well but I have this error on a rest service: This wasn't supposed to happen but an error occurred. Please try again. If the error persists please let us know on the http://appery.io/forum or email us: a href="mailto:support@appery.io" rel="...
I use this script in the server code var responseBody = {}, requestParams = {}, paramKeys = request.keys(); for (var key = 0; key < paramKeys.length; key++) { requestParams[paramKeys[key]] = request.get(paramKeys[key]); } //Note you need to change site url here. var siteUrl = " http://181.48.98...
How I can speed up the response time of a rest service? I have this problem: GET http://181.48.98.134/WebSitePedidos/P... net::ERR_CONNECTION_TIMED_OUT website response: [{"idPedido": 4, "idCliente": "23333ee", "NombreCliente": "jaime", "subtota...