AFAICS the qooxdoo RPC does always use POST, permanently (but I didn't check the source for that).
You can easily see it working by following firebug's output - you'll notice any remote procedure call produce a "POST" entry. On the other hand, a qx.io.remote.Request object allows you to choose the method (defined in qx.net.Http). Anyone correct me if I am wrong here, anyway. Bye, Stefan Philipp Wabinski schrieb: > Hello, > > is it possible to send the RPC request with POST? > I use the php-rpc-backend on the server. I have seen that it is possible to > send a post request to the backend. > > I use qx.io.remote.Rpc for my requests. I didn`t found a parameter for GET > or POST :( > > Thanks in advance > > Philipp ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
