← 返回
开发者工具

Webhook Debugger

Test, debug, and inspect webhooks locally. Receive webhooks, inspect payloads, debug integrations, and replay requests. Essential for API development and thi...
本地测试、调试和检查 Webhooks,支持接收请求、查看载荷、调试集成及重放请求。API 开发必备。
chenxuyaun
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 675
下载
💾 10
安装
1
版本
#latest

概述

Webhook Debugger

Receive, inspect, and debug webhooks locally.

Quick Start

webhook listen
webhook listen 3000
webhook listen --url https://myendpoint.com/webhook

Features

  • 🎣 Local webhook receiver
  • 📋 Payload inspection
  • 🔄 Request replay
  • ⏱️ Request history
  • 🔍 Headers & query params
  • ✅ Signature verification
  • 📤 Forward to other URLs

Usage

Start listener

webhook listen 8080

Inspect incoming request

POST /webhook
Headers: { content-type: application/json }
Body: { "event": "payment", "amount": 100 }

✓ Received 2024-01-15 10:30:00

Replay request

webhook replay <request-id> <target-url>

Common Use Cases

  • Debug Stripe webhooks
  • Test GitHub webhooks
  • Inspect form submissions
  • Verify API payloads
  • Debug Zapier/Make webhooks

Commands

  • webhook listen [port] - Start local server
  • webhook list - Show request history
  • webhook show - Show request details
  • webhook replay - Replay to new URL
  • webhook clear - Clear history
  • webhook forward - Forward to another service

Notes

  • Default port: 3000
  • History stored locally
  • Supports JSON, form-data, plain text

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 12:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,734
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 667 📥 323,821
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 425 📥 118,032