Configure Basic authentication

You can configure HTTP basic authentication in the API Engine to communicate with your webservices. This requires a user name and password.

To do so, follow the steps below:

  1. Select your API Module.

  2. In the Technical View, click on the Auth tab.

  3. In the Authentication drop-down menu, select Basic.

  4. Enter your Username and Password.

  5. Select Pre-authenticate if you want to send the authentication details with your first message.

    Without pre-authentication, the first message doesn't contain authentication details and the server returns a challenge.

Configure Basic authentication