|
1 | 1 | # ⚡ Webhook Tester
|
2 | 2 |
|
3 |
| -A fast, efficient, and privacy-focused webhook tester. |
| 3 | +A fast, efficient, and privacy-focused webhook tester. Built with 💙 using ASP.NET Minimal APIs, SignalR, and vanilla js. |
4 | 4 |
|
5 |
| -## 🚀 Features |
6 | 5 |
|
7 |
| -- **Real-time Testing**: Instantly see incoming webhook requests. |
8 |
| -- **Privacy First**: All data is streamed directly to your browser - nothing is stored on our servers. |
9 |
| -- **Local Storage**: Request history is saved in your browser's IndexedDB for your reference. |
10 |
| -- **Multiple Endpoints**: Create and manage multiple webhook URLs. |
11 |
| -- **Request Details**: View detailed information about each incoming request. |
12 |
| - |
13 |
| - |
14 | 6 |
|
15 |
| -## 🛠️ How It Works |
| 7 | +### 🚀 Features |
16 | 8 |
|
17 |
| -1. Create a new webhook URL on the platform. |
18 |
| -2. Use this URL in your application or service that needs to send webhooks. |
19 |
| -3. When a request is sent to your webhook URL, it's instantly forwarded to your browser. |
20 |
| -4. View and analyze the incoming webhook data in real-time. |
21 |
| -5. Your request history is saved locally in your browser for future reference. |
| 9 | +- **Real-time**: Instantly see incoming webhook requests. |
| 10 | +- **Privacy**: All data is streamed directly to your browser - nothing is stored on the server. |
| 11 | +- **Local Storage**: Request history is saved in your browser's IndexedDB. |
| 12 | +- **Multiple Endpoints**: Create and manage multiple webhook URLs. |
| 13 | +- **Request Details**: View detailed information about each incoming request. |
22 | 14 |
|
23 |
| -## 🖥️ Technical Stack |
| 15 | +<br/> |
24 | 16 |
|
25 |
| -- Frontend: html, css, vanilla js |
26 |
| -- Backend: ASP.NET Core minimal API |
27 |
| -- Real-time Communication: SignalR |
28 |
| -- Client-side Storage: IndexedDB |
| 17 | + |
29 | 18 |
|
30 |
| -## 📄 License |
| 19 | +### 📄 License |
31 | 20 |
|
32 |
| -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
| 21 | +This project is licensed under the MIT License. |
33 | 22 |
|
34 |
| -## 📞 Support |
| 23 | +### 📞 Support |
35 | 24 |
|
36 | 25 | If you encounter any issues or have questions, please file an issue on this GitHub repository.
|
0 commit comments