Thanks Pablo for taking the time to look at this. I found this page, but it was related to GET only while my problem was with GET and POST.
Problem solved BTW. See thread. 2012/12/29 Pablo Tejada <[email protected]> > Read about possible solution contributed before > > > https://groups.google.com/forum/?fromgroups=#!searchin/ape-project/Http.js$20bug/ape-project/29WNbL5Y0Dk/kggfsFkUomUJ > > > On Sat, Dec 29, 2012 at 1:14 PM, Nicolas <[email protected]>wrote: > >> Hi, >> >> I am just trying to use a Http request on the APE server, but for some >> reason, the GET or POST parameters do not reach the web server. >> >> What's wrong? >> >> >> function record_robot_move_problem(match_id) >> { >> var request = new Http(g_base_URL+'record_robot_move_problem.php?'); >> >> request.set('action', 'POST'); >> >> // GET or POST data >> request.writeData('match_id', 'match_id'); >> >> request.getContent( >> function (result) >> { >> Ape.log("Result http:"+result); >> } >> ); >> } >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : http://www.ape-project.org/ >> Git Hub : http://github.com/APE-Project/ >> > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
