Actions
Bug #18
closedauthentication-calculation failure in the NFTY_Calc_Auth_Token sub
Start date:
02/26/2024
Due date:
% Done:
0%
Estimated time:
No private data included:
Yes
Description
in my setup (local installation with authentication) there is an authentication problem. when i use also the 2. parameter "eol" from the "encode_base64" function, the auth calculation is ok.
I changed the 2 lines in the 98_NTFY_CLIENT-file to
Line 96:
my $auth=encode_base64($username.":".$password, "");
Line 98:
my $authString = encode_base64("Basic " . $auth, "");
it is possible to commit this change?
regards
hartmut
Actions
Like0
Like0Like0Like0