How to Secure Webhook using basic authentication - Bitbucket webhook

67 Views Asked by At

My endpoint uses basic authentication (a username and password), I want to use this method to secure my webhook. When the webhook data is sent, the authorisation header will be included in the HTTP request.

I don't see any option to send basic auth token to webhook. I can only see Secret field while creating the webhook.

how to incorporate Basic Authentication for bitbucket webhook?

0

There are 0 best solutions below