|
1 |
| -# Webhook.site |
| 1 | +# [Webhook.site](https://webhook.site) |
2 | 2 |
|
3 | 3 | [](https://hub.docker.com/r/fredsted/webhook.site)
|
4 | 4 | [](https://github.com/fredsted/webhook.site/commits/master)
|
5 | 5 |
|
6 |
| -With Webhook.site, you can easily test HTTP webhooks and other types of HTTP requests. |
| 6 | +With [Webhook.site](https://webhook.site), you instantly get a unique, random URL that you can use to test and debug Webhooks and HTTP requests, as well as to create your own workflows using the Custom Actions graphical editor or WebhookScript, a simple scripting language, to transform, validate and process HTTP requests. |
7 | 7 |
|
8 |
| -Upon visiting the app, you get a random URL to send your requests and webhooks to, and they're all logged in the app – instantly. Check it out at [https://webhook.site](https://webhook.site). |
| 8 | +## What are people using it for? |
9 | 9 |
|
10 |
| -**[Documentation at docs.webhook.site](https://docs.webhook.site)** |
| 10 | +* Receive Webhooks without needing an internet-facing Web server |
| 11 | +* Send Webhooks to a server that’s behind a firewall or private subnet |
| 12 | +* Transforming Webhooks into other formats, and re-sending them to different systems |
| 13 | +* Connect different APIs that aren’t compatible |
| 14 | +* Building contact forms that send emails |
| 15 | +* Instantly build APIs without needing infrastructure |
| 16 | +Built by Simon Fredsted (@fredsted). |
| 17 | + |
| 18 | +## Open Source |
| 19 | + |
| 20 | +There are two versions of Webhook.site: |
| 21 | + |
| 22 | +* The completely open-source, MIT-licensed version is available on Github, which can be self-hosted using e.g. Docker, is great for testing Webhooks, but doesn’t include features like Custom Actions. |
| 23 | + |
| 24 | +* The cloud version at [https://webhook.site](https://webhook.site) which has more features, some of them requiring a paid subscription. |
| 25 | + |
| 26 | +## Acknowledgements |
| 27 | + |
| 28 | +* The app was built with [Laravel](https://laravel.com) for the API and Angular.js for the frontend SPA. |
| 29 | +* WebhookScript based on [Primi](https://github.com/smuuf/Primi) Copyright (c) Přemysl Karbula. |
| 30 | +* The WebhookScript editor is using the [Ace](https://ace.c9.io/). |
| 31 | +* JSONPath extraction provided by [FlowCommunications](https://github.com/FlowCommunications/JSONPath). |
| 32 | +* This documentation site uses [Just the Docs](https://github.com/pmarsceill/just-the-docs), a documentation theme for Jekyll. |
| 33 | + |
| 34 | +**[Full Documentation at docs.webhook.site](https://docs.webhook.site)** |
0 commit comments