Webhook Tester
21–30 of 39 posts
Re: Webhook Tester
#22Re: Webhook Tester
#23Let's you transform input data with jq and redirect the webhook to another endpoint. Kind of make-your-own Zapier.
Also featuring replays.
Re: Webhook Tester
#24Shameless plug: https://requesthub.xyz/ Let's you transform input data with jq and redirect the webhook to another endpoint. Kind of make-your-own Zapier. Also featuring replays.
Re: Webhook Tester
#25Re: Webhook Tester
#26Shameless plug: https://requesthub.xyz/ Let's you transform input data with jq and redirect the webhook to another endpoint. Kind of make-your-own Zapier. Also featuring replays.
Nice! I've used hook.io for this in the past but yours looks much simpler.
The problem is that it is only good if you happen to know jq[1]. If you know a lot of jq you can do a lot of interesting things.
Re: Webhook Tester
#27Re: Webhook Tester
#28https://tailtub.com/ is a similar project I've been moonlighting on. It's a go binary and it's like Requestb.in but for stdin.
I wanted something where I didn't have to use a UI to start a stream. Your project and others like this I think are especially useful for giving API consumers more insight on what's happening to a resource after a record is queued (say after a HTTP 201).
Re: Webhook Tester
#29Some other headers are not coming through, e.g. `te: gzip, deflate`
Otherwise, trying to use HTTPS instead of HTTP takes me to "Simon’s Filedump"