Basic Auth

For this type of authentication, we will send an Authorization header with a Basic token containing the user: password encoded in base64.

Example Header:

 Authorization: Basic dXNlcjpwYXNzd29yZA==

Configuration

To configure a webhook, go to Settings -> Webhooks -> Configure, select the Basic Auth option, and fill in all the required information.

Fill in your information as shown in the example below: