On Tue, Feb 17, 2009 at 3:04 PM, benco <[email protected]> wrote:
>
> Strange behaviour with the current svn qooxdoo version, this kind of code
> always send a GET request ...
>
> // httpPath = user variable
> var req = new
> qx.io.remote.Request("http://
> "+httpPath+"/path/script.php","POST","text/plain");
> req.setTimeout(15000);
> req.setCrossDomain(true);
Correct. If you specify that you need cross-domain then the only transport
qooxdoo can use is the Script Transport which requires GET. There is no way
to do cross-domain POST requests.
Derrell
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel