We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am using AJAX JSON over HTTP to send using CGI. It is working. Does Keil web server CGX supports JSON RPC.
Currently I have to Post JSON using CGX using
$.ajax({ type: "POST", url: "xmlHttp.cgx", data: post_data, contentType: "text/xml", datatype : "text", success: function(data) {
}, error: function (xhr, ajaxOptions, thrownError) {
} });
contentType is xml. If I set JSON/application then I do not get cgi_process_data call.
Don't you think Keil's message indicates that they haven't officially released that new version yet? So you can't get it by just retrieving the most recent released version.
"Is there separate process to get manual update from Keil then Kindly let me know how I can get update?"
How about by please asking Keil support for the updated version? Or exactly what do you think Keil staff means when they write "Please ask support for the updated version."???
Thanks for your information.
How I can trigger get cgi_process_data code == 5 because I need to return large JSON response which does not fit into Ethernet/TCP/IP single packet. It is more than 1400 bytes.
www.keil.com/.../rlarm_cgi_process_data.htm
Do I need to call AJAX with special parameters.