Header "X-Frappe-Webhook-Signature" is not added when "enable security" is checked for webhook

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.

thanks @revant_one but in it is not showing in dev tools

so is it working properly or not?

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.