ドキュメントには頻繁に更新が加えられ、その都度公開されています。本ページの翻訳はまだ未完成な部分があることをご了承ください。最新の情報については、英語のドキュメンテーションをご参照ください。本ページの翻訳に問題がある場合はこちらまでご連絡ください。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2020-11-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてください。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してください。

Testing webhooks

Review your webhook deliveries on GitHub, including the HTTP Request and payload as well as the response.

ここには以下の内容があります:

Now that you've configured your local server, you might be interested in pushing your code to the limits. To that end, GitHub's webhooks view provides some tooling for testing your deployed payloads.

Listing recent deliveries

Every webhook has its own "Recent Deliveries" section, which lists, at a glance whether a delivery was successful (green check) or failed (red x). You can also identify when each delivery was attempted.

GitHub Enterprise Server keeps a log of each webhook delivery for 8 days.

[Recent Deliveries] ビュー

Digging into results

By expanding an individual delivery, you'll be able to witness precisely what information GitHub is attempting to send to your server. This includes both the HTTP Request and Response.

Request

The webhook delivery view provides information on which Headers were sent by GitHub. It also includes details about the JSON payload.

Viewing a payload request

レスポンス

The response tab lists how your server replied once it received the payload from GitHub. This includes the status code, the headers, and any additional data within the response body.

ペイロードレスポンスの表示