Re: [qooxdoo-devel] QX 0.6 RPC and HTTP authentication

2006-09-11 Thread Derrell . Lipman
Antony Zanetti <[EMAIL PROTECTED]> writes: > I want to use HTTP authentication on RPC calls. > > ... > > Could you please allow HTTP auth in the RPC component by adding username and > password properties to the class? Added in revision 4197. Thanks! Derrell

[qooxdoo-devel] QX 0.6 RPC and HTTP authentication

2006-09-11 Thread Antony Zanetti
Hi, I want to use HTTP authentication on RPC calls. The function _callInternal() in qx.io.remote.Rpc.js uses qx.io.remote.RemoteRequest (crossDomain=false) but there is no way to set the username and the password for the RPC call through the RemoteRequest instance req. Could you please allo