Use this free website to test if your http/ https posts works, and what data is sent.
I needed to check what data was being posted using some Javascript I found. And I wanted to test this without programming a receiving back-end before. This article on BannerBear explains webhooks and how to use the webhook.site.
In short:
-
- You visit the website https://webhook.site/
-
- The website shows a target url where you can send your posts (click to copy to clipboard)
-
- Target your post to the copied url
-
- The webhook.site has received the request (visible by number after the webpage title)
-
- You click the request and it shows all necesarry data and received name-value pairs