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