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

Popular posts from this blog

Selenide: Quick Start

Minikube Installation for M1 Mac

Three.js Quick Start - Run Spinning-Cube Example