Thanks, I got stuck because the password had a ' ' symbol
in
it, but found you can use java.net.URLEncoder.encode() to
encode the password and then it works great.
- Keith
----- Original Message Follows -----
From: Walter Mundt <Walter.Mundt coleengineering.com>
To: xmlrpc-user ws.apache.org
Subject: Re: HTTP Authentication with XML-RPC Client /
usage?
Date: Fri, 27 Jan 2006 13:42:05 -0500
> Volkar, John wrote:
> > http:userid password//example.com/resource <This
isn't
> the right syntax,
>
> Try http://userid:password example.com/resource
>
> --
> Walter Mundt
> Walter.Mundt coleengineering.com
|