Thanks!
$request->authorization_basic('root', 'blabla');
Indeed did it!
-----Original Message-----
From: Jochen Wiedmann [mailto:[email protected]]
Sent: Tuesday, April 21, 2009 5:05 PM
To: [email protected]
Subject: Re: Basic Authentication & perl client
On Tue, Apr 21, 2009 at 3:23 PM, Daphna Wasserman (dwasserm)
<[email protected]> wrote:
> I've tried using both LWP::UserAgent's method credentials() &
> HTTP:Headers' method Authorization_Basic().
I'd expect authorization_basic to do the trick. When in doubt, try to use
Wireshark, tcpmon, or a similar tool first, in order to find out whether the
problem is on the client or on the server.
If it turns out that the problem should be on the server side, take
http://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/server/src/test/java/org/apache/xmlrpc/test/AuthenticationTest.java
as an example.
Jochen
--
I have always wished for my computer to be as easy to use as my telephone; my
wish has come true because I can no longer figure out how to use my telephone.
-- (Bjarne Stroustrup,
http://www.research.att.com/~bs/bs_faq.html#really-say-that
My guess: Nokia E50)