You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-user@xml.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2002/12/02 18:17:56 UTC

Re: Proxy authentication

asier.axpe@ieuskadi.com 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 <dl...@finemaltcoding.com>