|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hi,
My employer wants me to write a Perl-script which automatically loads page and reads some content of it into a variable. The problem is that this page has an Access Control List. Does anybody know how to log onto this page with Perl, or fill in this dialog box of the ACL? ![]() All help is appreciated ---------- Thanx Bas van der Meijden b.vandermeijden@pecoma.nl |
|
#2
|
|||
|
|||
|
using: LWP::UserAgent
$ua->credentials($netloc, $realm, $uname, $pass) Set the user name and password to be used for a realm. It is often more useful to specialize the get_basic_credentials() method instead. I think that might be what you want? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Automating logging in to a ACL-page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|