RE: Getting (Bad protocol 'tcp') errors under Solaris

2005-12-12 Thread Matthew.van.Eerde
specifying "https" by name anywhere in the script? -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

RE: POST with attachment issues

2005-11-10 Thread Matthew.van.Eerde
Jacinta Richardson wrote: > Please note that such a change is likely to break a lot of existing > programs which read in a filename from somewhere and then don't chomp > it. This breakage would arguably be a feature. -- Matthew.van.Eerde (at) hbinc.com 805.964.4554

RE: LWP with SSL and Client Side Cookies...

2005-10-27 Thread Matthew.van.Eerde
kie that is for > all subdomains, i.e. in Netscape cookie manager, site name is listed > as "intervalworld.com", and the cookies domain is listed as > ".intervalworld.com". Hmmm... (tests in Firefox...) I'm wrong, browsers do allow cross-doma

RE: LWP with SSL and Client Side Cookies...

2005-10-25 Thread Matthew.van.Eerde
rent sites" because the server name is different, and won't pass cookies received on one to the other. Maybe your inputs are incorrect? The form that I see shows three inputs named "a", "loginID", and "rememberMe". -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

RE: LWP with SSL and Client Side Cookies...

2005-10-25 Thread Matthew.van.Eerde
, ); # use cookies $self->cookie_jar(HTTP::Cookies->new()); I don't need to save cookies from session to session... but if you do, there's a way to load a cookie jar from a file. -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

RE: HTTP proxy authentication

2005-10-21 Thread Matthew.van.Eerde
Prateek wrote: > my $ua = LWP::UserAgent->new; > $ua->proxy(['http', 'ftp', 'https'], > 'http://:@< MyProxy>:1080'); > > output is : > Failed: 400 Bad Request > > please guide, Are you %dd-encoding URI-unsafe chara

RE: RobotRules fails on user-agents with spaces

2005-10-14 Thread Matthew.van.Eerde
rprise Crawler/6.4 (helpdesk at fast.no) Jakarta HTTP Client/1.0 UPG1 UP/4.0 (compatible; Blazer 1.0) On the other hand it's doubtful that any of these use RobotRules.pm, so these don't imply that a patch is called for. -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

RobotRules fails on user-agents with spaces

2005-10-13 Thread Matthew.van.Eerde
My robot will incorrectly refuse to spider anything, because WWW::RobotRules::agent shortens $self->{'ua'} to "Hispanic". I propose the attached patch to the RobotRules.pm included in libwww-perl 5.803 -- Matthew.van.Eerde (at) hbinc.com 805.96

RE: problem w/ robotrules record parse

2005-09-21 Thread Matthew.van.Eerde
well? I've added a "warn" line in the case where a record separation is assumed... see http://www.geocities.com/mvaneerde/RobotRules.patch-4.txt rules.t patch: http://www.geocities.com/mvaneerde/rules-patch.txt make test runs fine -- Matthew.van.Eerde (at) hbinc.com

RE: problem w/ robotrules record parse

2005-09-21 Thread Matthew.van.Eerde
Matthew.van.Eerde wrote: > Gisle Aas wrote: >> Andy Lester <[EMAIL PROTECTED]> writes: >> >>> [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: >>>> I've cobbled together a "fixed" version of RobotRules.pm >>> >>> Send a patc

RE: problem w/ robotrules record parse

2005-09-21 Thread Matthew.van.Eerde
es to be posted to this list Here's the patch, for the list. http://www.geocities.com/mvaneerde/RobotRules.patch.txt -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

problem w/ robotrules record parse

2005-09-21 Thread Matthew.van.Eerde
-- how can I get it reviewed and ultimately blessed by the LWP community? http://www.geocities.com/mvaneerde/RobotRules.pm.txt -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer