Hi.

I just start to develop my first qx applet.

Everything looks okay until I want to get a data with ajax.

I have seen every  qx.io.remotote.Request.send() sends the OPTIONS
instead GET or POST.

Just for  be in sure I started from scratch again, made Hello World
example and run it behind web server.

Got "Hello World" alert and then just replace the button listener with:

   button1.addListener("execute", function(e) {
         req = new
qx.io.remote.Request('http://127.0.0.1/source/index.json', 'GET');
         req.send();
        alert(req);
     });

I reload the page, push the button and see in the web server's log
OPTIONS instead GET request !

How it is possible at all?

--
DmitriKo

PS. Merry Christmas Everyone, and thanks for the music !

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to