Hello , I changed the code as you mentioned previously and this is how it looks now : var responseBody = {}, requestParams = {}, paramKeys = Apperyio.request.keys(); for (var key = 0; key < paramKeys.length; key++) { requestParams[paramKeys[key]] = Apperyio.request.get(paramKeys[key]); } responseBod...
Hello , I'm trying to make a server code that will update a column in my database to a certain value , my code is like this : var XHRResponse = XHR.send("PUT", " https://api.appery.io/rest/1/db/colle... ", { "headers": { "X-Appery-Database-Id": "**** &quo...
Yes I'm aware of that , but I want to use an alert with custom header title because the native alert(string) in ios shows with a header title like this : pagename.html so I want to use jAlert to make a custom header title , or at least you can give me another solution to make an alert with custom he...
recently today , all my rest services are either in very slow performance or down and not working at all even if I test them in "Test" , it says : java.net.SocketTimeoutException: Read timed out as well as the login service , it was working good the past week , but today most of the time i...