Re: [soaplite] (Perl) WWW-Authenticate: NTLM using Soap or Soap::Lite?

2001-10-26 Thread Gisle Aas
Dana Powers [EMAIL PROTECTED] writes: This is a transport issue, and not impacted by SOAP as far as I can tell - it would need to be implemented at the LWP level, and I havent been able to find any exisiting implementations. The module that you'd need is LWP::Authen::NTLM.pm. If you're

Re: LWP 5.53_97 with Crypt::SSLeay-0.31

2001-10-26 Thread Gisle Aas
Michael Thompson [EMAIL PROTECTED] writes: Yes, I encountered that error, too. I traced the problem to _new_socket() in LWP::Protocol::http11 which was putting the socket in non-blocking mode. This would sometimes cause reads to return EAGAIN, which not everything is prepared for. Below is

Re: HTTP::Cookies rejects cookies from host a.b for domain .a.b

2001-10-26 Thread Gisle Aas
Alexandre Duret-Lutz [EMAIL PROTECTED] writes: I'm writing an HTTP client for SourceForge using LWP (libwww-perl 5.53). I need to login to SourceForge by POSTing a form, to get an identification cookie before further processing. The trouble is that the (queried) host 'sourceforge.net'

Re: URI bug

2001-10-26 Thread Gisle Aas
[EMAIL PROTECTED] (Randal L. Schwartz) writes: me-01 == me-01 [EMAIL PROTECTED] writes: me-01 Hi, me-01 URI::Escape uses the following code to set a subs function in uri_escape: me-01 if (defined $patn){ me-01unless (exists $subst{$patn}) { me-01# Because we

Re: Can't locate object method host via package URI::mailto

2001-10-26 Thread Gisle Aas
[EMAIL PROTECTED] (Randal L. Schwartz) writes: Bill == Bill Moseley [EMAIL PROTECTED] writes: Bill At 02:22 PM 10/01/01 -0700, Randal L. Schwartz wrote: Heh. I've asked for that a few times. See the bottom of a few of my columns (google for site:stonehenge.com mailto::host;). Linux