Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jul 1999 22:47:20 -0500
From:      Burke Gallagher <burke@mcs.net>
To:        dan.langille@dvl-software.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: running frequent cron perl scripts
Message-ID:  <4.1.19990705223545.00a7b590@pop.ce.mediaone.net>
In-Reply-To: <37817652.94.0@actrix.gen.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
I think we still have a problem or two left.  It did not print the
currentIP because it did not find it in the httpResponse message.

add a line to print the response message right before the DYNDNS 9th line
print "$httpResponse\n";
print "DYNDNS 9th\n";

I think it will show an error probably authentication related.
if that is true comment out the line $encoded = "$username:$password";
    $encoded = encode_base64( "$username:$password" ); 
    #$encoded = "$username:$password";

the username password is Base64 encoded in http basic authentication.

hopefully this will get everything working.

burke



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.19990705223545.00a7b590>