MT#9177 Wonderfully authorization for Panasonic started to work

Without = at the end
ipeshinskaya/9177
Irina Peshinskaya 11 years ago
parent 7d3c540a82
commit 0c29750e74

@ -85,7 +85,7 @@ sub get_basic_authorization{
my($self) = @_;
my $authorization = encode_base64(join(':',@{$self->params->{credentials}}{qw/user password/}));
$authorization =~s/[ \s]//gis;
$authorization .= '=';
#$authorization .= '=';
return { 'Authorization' => 'Basic '.$authorization };
}
sub get_bootstrap_uri{

Loading…
Cancel
Save