I have usecase as below:
To configure webhook URL which will invoke POST API residing in Azure network. What is the possible way to authenticate it and get through this.
I have explored below and need more advise.
-
Whitelist IPs of contentful webhooks and the IPs of API servers and use secret header.
-
Is there a way to do 1 way SSL between webhook and the API which will be invoked?