Hi,
In order to validate Whatsapp webhooks I need to get, from the webhook’s json, this header that contains a signature:
The problem is that this endpoint couldn’t be initialized by auto detecting its parameters (including the desired header) because Meta required to return a code that they sent in the first webhook (reading this you can understand better:
)
In conclusion, the header was not and, apparently, cannot be auto detected by auto initializing the endpoint so I don’t know how to get that string (the signature).
Any suggestions on how to get that header’s string?