[EMAIL PROTECTED] writes:
> Hi,
> how can I set a proxy through I which I am making my XML-RPC call?
>
> I find no trouble stablishing the proxy name and port using System
> properties:
>
> System.getProperties().put("http.proxyHost", ProxyName);
> System.getProperties().put("http.proxyPort", ProxyPort);
What allows you to do the above? I didn't find any reference to those
variables in the code.
> But what about the User and PassWord?
We can probably resolve this.
--
Daniel Rall <[EMAIL PROTECTED]>