Introducing Webhook.site - test HTTP request
This post introduces a service called Webhook.site which you can use to test a webhook.
What is Webhook.site?
"Webhook.site lets you easily inspect, test and automate (with the visual Custom Actions builder, or WebhookScript) any incoming HTTP request or e-mail" (https://webhook.site/).
Let's try
1. access https://webhook.site
2. copy the url
3. access from command/script
$ curl 'https://webhook.site/ce3f5188-c871-41cf-a8ba-d24a6d2994f0?p=123'
4. check the page
Comments
Post a Comment