...
Authorization header
With the keyword Basic followed by the username:password but where the username and password are encoded in Base64.
This fragment of Lua code in the translator makes it more clear how this looks:
...
...
Authorization header
With the keyword Basic followed by the username:password but where the username and password are encoded in Base64.
This fragment of Lua code in the translator makes it more clear how this looks:
...