Self-hostable webhook tester in go

https://news.ycombinator.com/rss Hits: 6
Summary

Note: Incoming webhook data will be stored temporarily. Create a free account to retain request logs and enable advanced features like replay. Your Webhook URL Use this endpoint to capture any HTTP request. We'll log and display the details in real-time. Try it with curl curl -X POST https://testwebhook.xyz/webhooks/hevRRumIwPMQF7aHNRlvv \ -H "Content-Type: application/json" \ -d '{"event":"test","status":"success"}' What is Webhook Tester? Webhook Tester is a lightweight platform that lets developers create temporary webhook endpoints to inspect and debug HTTP requests in real-time. Whether you're integrating with Stripe, GitHub, Twilio, or any custom service, this tool gives you full visibility into the requests your app is sending or receiving. Capture headers, query parameters, request bodies, and more — all without writing a single line of backend code. Tailor responses, simulate delays, and replay requests to your own servers.

First seen: 2025-05-15 04:37

Last seen: 2025-05-15 09:38