Summary
Basic authentication allows connection to a service by providing identifiers for:
1. Username
2. Password
The identifiers are encoded in the "Authorization" header of the request. For more details, see the following link: Wikipedia
Implementation
Drag the authentication from the palette into the AuthenticationContainer of the Http Config.
⚠️ Only one authentication per AuthenticationContainer is possible.
Properties
-
Username: Field equivalent to the user name for the service.
-
Password: Field containing the password linked to the user. The password is encrypted and cannot be copied with the component. It should be noted somehow, using duplication for example.