Help for this page

Select Code to Download


  1. or download this
    credentials(
      -user => 'username',
      -pass => 'password',
      -url => 'http://localhost'
    )
    
  2. or download this
    {
      'netloc' => {
        'realm' => [ 'username', 'password' ]
      }
    }
    
  3. or download this
    {
      'localhost' => {
        'default' => [ 'username', 'password' ]
      }
    }
    
  4. or download this
    {
      'localhost' => {
    ...
        'YOUR_REALM' => [ ]
      }
    }
    
  5. or download this
    { netloc }{ realm }
    { default }{ realm }
    { netloc }{ default }