Basic Profile

The Basic Authentication is the simplest form to authenticate an HTTP service.

The client is only required to send the Authorization header with the value Basic  (note the space) followed by a base64-encoded string with the username and password in the format username:password.

The TAG provides Basic Authentication support out-of-the-box complying with the The 'Basic' HTTP Authentication Scheme RFC.