Testing Webhooks locally using proxy

I would like to be able to test webhooks locally, I’ve already set up a webhook that fires only on dev environment.

I’ve also setup a proxy URL where the webhook can point to.

Now in order to be more secure and allow only requests from Dato CMS, I would like to know if the IPs that Dato uses for it’s webhooks are the same (static) or change from time to time (dynamic).

If there are dynamic then I need to implement security by obscurity like a query parameter.

hello @npapagiannopoulos the webhooks come out with dynamic IP addresses, so yes, you need to do something on your end