Debugging Webhooks - SparkDevNetwork/Rock GitHub Wiki

It can be difficult to debug webhooks.

Two useful tools are RequestBin and Ngrok.

Request Bin allows you to direct traffic to a temporary URL. Any requests sent there are displayed and can be analysed.

Ngrok gives you an external URL and allows you to channel all traffic to that URL to your localhost allowing you to locally debug your webhook.