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 <[EMAIL PROTECTED]> To: [email protected] Subject: Re: HTTP Authentication with XML-RPC Client / usage? Date: Fri, 27 Jan 2006 13:42:05 -0500 > Volkar, John wrote: > > http:[EMAIL PROTECTED]//example.com/resource <This isn't > the right syntax, > > Try http://userid:[EMAIL PROTECTED]/resource > > -- > Walter Mundt > [EMAIL PROTECTED]
