Hi George, sorry your attempts have not been successful so far.
Are you aware of the cross-origin policy imposed by the browser? Which domain are you loading your application from? It must be "localhost:4567" for the second example to work without further configuration. What does the web developer console report? Any exceptions perhaps? > var req = new qx.io.remote.Request( > "http://localhost:4567/hello", "GET", "text/plain" ); For new applications, please use qx.io.request.Xhr instead. qx.io.remote.Request is "soft" deprecated. Please read [1] for further information and make sure you take a look at the manual [2]. To facilitate debugging, we have introduced an IO debugging mode you can enable by appending "?qxenv:qx.debug.io:true" to the URL of your application. To rule out any problems on the server side, have you accessed the URL directly in your browser or with curl? Regards Tristan [1] http://news.qooxdoo.org/introducing-the-new-io-stack [2] http://manual.qooxdoo.org/1.5.x/pages/communication/request_io.html ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
