Project

General

Profile

Actions

Bug #18

closed

authentication-calculation failure in the NFTY_Calc_Auth_Token sub

Added by Anonymous 7 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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 #1

Updated by Dominik Meyer 7 months ago

  • Status changed from New to Accepted
Actions #2

Updated by Dominik Meyer 7 months ago

  • Target version changed from Future Work to 1.0.0
Actions #3

Updated by Dominik Meyer 7 months ago

  • Status changed from Accepted to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0
Go to top