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
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