Hi,
I need to add authorization basic auth (username, password) to every endpoint in my rest api(Tripletex).
I have added dynamic values from the endpoint “TokenSessionCreate Create” creating a session token.
This token is my password and using a fixed username to every endpoint.
In my endpoint “LedgerPosting” am using the section “Override Headers” to add the token to the “Authorization” and the value equal “Basic user:pwd”.
Well, I cant get this to work.
I proberly nedd to convert usr:pwd to base64 encoding….
Does anyone have any suggestion?
best regards,
Bjørn A.