jasebert
08-08-2005, 12:29 PM
Hello people,
Before I ask this question, I have say I know nothing of programming or scripting (except for batch files, and does that really count) so if this is a dumb ass question, or if it is in the wrong forum, I apologise.
My question is....
Can I use a perl script to authenticate through a Microsoft ISA server that is working as a proxy using integrated authentication.
I have tried below but it is not working.
$ua->proxy('http','http://server:8080');
$ua->credentials('server:80', '', "DOMAIN\\userid",'password');
The basis of this script is to obtain information which it will then download to a computer. The rest of the script works, but I need to get it to authenticate through a proxy.
Any assistance would be great.
Before I ask this question, I have say I know nothing of programming or scripting (except for batch files, and does that really count) so if this is a dumb ass question, or if it is in the wrong forum, I apologise.
My question is....
Can I use a perl script to authenticate through a Microsoft ISA server that is working as a proxy using integrated authentication.
I have tried below but it is not working.
$ua->proxy('http','http://server:8080');
$ua->credentials('server:80', '', "DOMAIN\\userid",'password');
The basis of this script is to obtain information which it will then download to a computer. The rest of the script works, but I need to get it to authenticate through a proxy.
Any assistance would be great.