Can I use Basic Auth as the authorization type in the REST API component of the Data Integration layer?
Signup/Login with your account
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can use Basic Authentication in the REST API headers section using the format below:
username: demousername
password: demopassword
When you use the keys “username” and “password,” the credentials will be automatically detected as Basic Authentication.
For more information, please refer to the Data Integration Layer knowledge base at the following link:
Reference Link