The Basic authentication type performs a Basicarrow-up-right authentication by adding a Base64 encoded Authorization header in the format of Basic <Base64 credentials>, it requires the following parameters;
Basic
Authorization
Basic <Base64 credentials>
Username
The username to encode
Password
The password to encode
Last updated 2 years ago
Was this helpful?