i created a webhook and as per docs when enable security is checked and a secret key is mentioned then a header “X-Frappe-Webhook-Signature” should be added to the request headers
but the header is not being added
what is the issue
i created a webhook and as per docs when enable security is checked and a secret key is mentioned then a header “X-Frappe-Webhook-Signature” should be added to the request headers
but the header is not being added
what is the issue
It’ll be sent as header to the request made to Request URL
when webhook is triggered.
if you’re expecting all requests to have that header it’s not going to happen.
It’ll be NOT be sent as header to all the requests made by frappe framework.
set a webhook url where you can log headers, it’ll be some backend service and not a browser.