Dear experts,
I am trying to index the password protected areas like Trac & mediawiki, I
have succeeded in the public and other basic authorization web pages using
"credentials => 'username:password'". It seems that this solution does not
work for Trac & mediawiki. Any help?
Following is part of my spider.conf which has problem.
my %privatewiki = (
email => 'tianxc@ihep.ac.cn',
base_url => 'https://wiki.bnl.gov/dayabay-private/index.php?
title=Main_Page',
delay_sec => '1',
max_depth => '2',
credentials => 'username:password'
);
my %repository = (
email => 'tianxc@ihep.ac.cn',
base_url => 'http://dayabay.ihep.ac.cn/tracs/dybsvn/browser/',
delay_sec => '1',
max_depth => '5',
credentials => 'username:password'
);
Thanks
Xinchun Tian
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Fri Sep 5 04:00:20 2008