Webhook Tester
webhook.site
Webhook Tester
1–10 of 39 posts
Re: Webhook Tester
#2Looks neat. Also see http://requestb.in/ in the same vein.
Re: Webhook Tester
#3Please never hijack back button.
Re: Webhook Tester
#4Use history.replaceState instead of pushState on the initial page load. Also, your first history state change is missing a / causing a second state change:
http://webhook.site/
http://webhook.site/#048eaf45...
http://webhook.site/#/048eaf45...Re: Webhook Tester
#5Neat idea. I've used a 1-liner (just print) AWS lambda function in the past to test webhooks.
Re: Webhook Tester
#6Another cool tool for testing HTTP in general is http://httpbin.org
Re: Webhook Tester
#7Another similar tool is https://testwebhooks.com/ which supports SSL connections.
Re: Webhook Tester
#8Awesome!
Re: Webhook Tester
#9On Chrome 54, on Windows 7, I have to refresh to see the web requests, which feels like it makes the flow much worse from a UX perspective.
Re: Webhook Tester
#10+1 for another useful tool. My favorite for these use cases is http://mockbin.com. You can also define the response if so needed.