in reply to Re: Use LWP::UserAgent to go to a password protected ASP page
in thread Use LWP::UserAgent to go to a password protected ASP page
Just use a packet sniffer.
- Download and install packet sniffer.
- Turn it on.
- Check the page successfully with Internet Explorer.
- Check the page unsuccessfully with the script.
- Turn off packet sniffer and inspect the two requests.
The differences in the headers of the two HTTP request-responses will tell you what is going wrong.
The one I use on a Windows client machine is called Smart Sniff.
-Andrew.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Use LWP::UserAgent to go to a password protected ASP page
by Puma_perl (Acolyte) on Aug 10, 2005 at 14:32 UTC | |
by tomazos (Deacon) on Aug 11, 2005 at 01:58 UTC |
In Section
Seekers of Perl Wisdom