When retrieving a GET with Perl and the website has authentication, you must use credentials, which is of the form

$browser->credentials(
    'servername:portnumber',
    'realm-name',
    'username' => 'password'
  );

Where it says $browser->credentials, the variable $browser can be anything you want.

Back to page:Perl Notes?

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.