I am needing to be able to access an https site with a user id and password. For a while, it worked from the IE6 browser to use the URL like: (The URL is on an internal web address, so it would do no good for me to supply it to you)
https://username;[EMAIL PROTECTED]?alloptions=something format. However, this seems to no longer work with just this. Now it pops up a network login box when I try this with the browser - even though I supply the user name and password in the URL line. Using the LWP and the Crypt::SSLeay (current version on activestate), I can connect to download the page at https://login.yahoo.com so I am pretty sure everything else is working, and the main difference between these two sites is the network login. The error I am getting is: 500 Connect failed: Unknown error I am using ActivePerl 5.6.1 build 626. LWP is the version that came bundled with that build. How can I deal with this network login? Any help would be appreciated. Thanks, Steve Howard IGNORE THE AUTO_APPENDED FOOTER: - This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. - If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
