# 测试 Webhook 并进行疑难解答

了解如何测试网络钩子（Webhook）并进行疑难解答。

## Links

* [查看 web 挂钩交付](/zh/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries)

  可以查看过去 7 几天的 Webhook 交付的详细信息。

* [重新传递 Webhook](/zh/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks)

  为了帮助从失败的传递恢复，你可以重新传递过去 7 天内的 Webhook 传递。

* [测试 web 挂钩](/zh/webhooks/testing-and-troubleshooting-webhooks/testing-webhooks)

  了解如何测试 Webhook 和测试处理 Webhook 交付的代码。

* [Webhook 疑难解答](/zh/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks)

  了解如何诊断和解决 Webhook 的常见错误。

* [使用 GitHub CLI 转发 Webhooks 进行测试](/zh/webhooks/testing-and-troubleshooting-webhooks/using-the-github-cli-to-forward-webhooks-for-testing)

  可以使用 GitHub CLI 在开发环境中测试 Webhook，避免了端口转发或使用第三方工具带来的复杂性。