I built a small tool to help debug and inspect webhooks more easily. It gives you a unique URL where you can see incoming requests, headers, payloads, and even replay them.
Built in Go, itβs lightweight, open source, and free to use.
I didn't see any sort of license in the repository. If your intention is that people can self-host, it would be nice to include some sort of license so that it's clear what the terms of use are for self-hosting.
Built in Go, itβs lightweight, open source, and free to use.
Try it out: https://testwebhook.xyz
Code: https://github.com/muliswilliam/webhook-tester
Would love your feedback or suggestions!