Unaffiliated, just used recently and am big fan!
Webhook Tester
11–20 of 39 posts
Re: Webhook Tester
#12Looks neat. Also see http://requestb.in/ in the same vein.
Re: Webhook Tester
#13Use 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...
Edit: Fixed.
Re: Webhook Tester
#14On 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
#15Looks neat. Also see http://requestb.in/ in the same vein.
Re: Webhook Tester
#16Re: Webhook Tester
#17Related: http://www.ultrahook.com - a free webhoook to localhost setup to help testing things like stripe webhoooks locally. Unaffiliated, just used recently and am big fan!
I really like Ngrok because it also comes with a light-weight web client that lets you see requests and replay them. Replaying especially is huge for me when doing testing.
Re: Webhook Tester
#18Related: http://www.ultrahook.com - a free webhoook to localhost setup to help testing things like stripe webhoooks locally. Unaffiliated, just used recently and am big fan!
Also Ngrok: https://ngrok.com I really like Ngrok because it also comes with a light-weight web client that lets you see requests and replay them. Replaying especially is huge for me when doing testing.