There is no way to know who is calling my Webhook.
I want to add a Secret to GoWhatsapp so it sends the secret when calling the Webhook and then I csan verify this was sent by the GoWhatsapp.
Describe the solution you are proposing.
Add a new option like --webhook-secret=abcdefghijklm12345
The secret abcdefghijklm12345 is sent in a Header on the Webhook HTTPs request.
I check the abcdefghijklm12345 on my side.
Describe alternatives you have considered.
No response
Importance
I Need It
Additional Context
[ ] This missing feature presents as a bug.
[X] This missing feature is forcing me to consider alternatives.
What problem does your feature request solve?
There is no way to know who is calling my Webhook. I want to add a Secret to GoWhatsapp so it sends the secret when calling the Webhook and then I csan verify this was sent by the GoWhatsapp.
Describe the solution you are proposing.
--webhook-secret=abcdefghijklm12345
abcdefghijklm12345
is sent in a Header on the Webhook HTTPs request.abcdefghijklm12345
on my side.Describe alternatives you have considered.
No response
Importance
I Need It
Additional Context