Help for this page

Select Code to Download


  1. or download this
    sub get_basic_credentials {
       my ($self, $realm, $uri, $isproxy) = @_;
    ...
    
       return $self->SUPER::get_basic_credentials($realm, $uri, $isproxy);
    }