- From: <frank.bussink@ch.novartis.com>
- Date: Wed, 4 Sep 2002 11:16:49 -0400 (EDT)
- To: www-validator@w3.org
Hello,
First, great tool, might use it a lot in the future.
I'm using:
version : checklink.pl 2.90 (c)
Perl version : This is perl, v5.8.0 built for sun4-solaris
I configured in the checklink program with the variable
my $_user = 'bussifr1';
my $_password = 'myrealpassword';
my $_http_proxy= 'proxy.is.chbs:2010';
But I get the error :
Error: 407 Proxy Authentication Required
Any idea ? Why the authentication hasn't succeeded ?
I do have some errors coming out when used in command line
[Wed Sep 4 17:07:09 2002] checklink.pl: Illegal character in prototype for W3C::CheckLink::escape_match : $,\% at checklink.pl line 1193.
[Wed Sep 4 17:07:09 2002] checklink.pl: Illegal character in prototype for W3C::CheckLink::record_redirects : \%,\% at checklink.pl line 1256.
[Wed Sep 4 17:07:09 2002] checklink.pl: Illegal character in prototype for W3C::CheckLink::is_redirected : $,% at checklink.pl line 1265.
[Wed Sep 4 17:07:09 2002] checklink.pl: Illegal character in prototype for W3C::CheckLink::get_redirects : $,% at checklink.pl line 1271.
[Wed Sep 4 17:07:09 2002] checklink.pl: Illegal character in prototype for W3C::CheckLink::anchors_summary : \%,\% at checklink.pl line 1298.
Is the above errors linked to my problem ?
*****************************************************************
Maybe you want to add the no proxy variable in the script ?
It works for me beside the above problem.
my $_no_proxy= 'intra';
....
if ($_no_proxy) {
$ua->no_proxy('localhost', $_no_proxy);
}
...
Received on Wednesday, 4 September 2002 11:25:26 UTC