Live data from Hacker News

Webhook Tester

webhook.site

11–20 of 39 posts

Re: Webhook Tester

#13

Use 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...

Thanks!

Edit: Fixed.

Re: Webhook Tester

#14

On 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.

I'm using Pusher, and it looks like I've hit their rate limit after I posted this. Whoops!

Re: Webhook Tester

#15
post #2

Looks neat. Also see http://requestb.in/ in the same vein.

The full runscope product is really powerful too. I recommend anyone who does anything with HTTP add it to their toolbox. (I have no affiliation)

Re: Webhook Tester

#17
post #11

Related: 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.

Re: Webhook Tester

#18
post #11

Related: 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.

If you use Vagrant, "vagrant share" is built in. Very handy.

Re: Webhook Tester

#19
post #2

Looks neat. Also see http://requestb.in/ in the same vein.

The full runscope product is really powerful too. I recommend anyone who does anything with HTTP add it to their toolbox. (I have no affiliation)

Thanks Patrick :)
Post reply on HN