Webhook Tester
31–39 of 39 posts
Re: Webhook Tester
#32Re: Webhook Tester
#33One thing I've wanted on tools like this is an API to query what requests have hit your particular endpoint which would be useful for unit testing applications which use webhooks.
Re: Webhook Tester
#34Re: Webhook Tester
#35GET requests are coming through with 'content-length: 0' when that header was not sent. Some 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"
Re: Webhook Tester
#36Re: Webhook Tester
#37When you make a request with a non-supported HTTP verb, you get the full Laravel error message back instead of just an empty 405.
Are you disallowing verbs on purpose?
Re: Webhook Tester
#38Shameless 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
#39Looking at this thread there seems like a lot of similar (and better) tools so maybe I didn't look hard enough before deciding to hack something together :)