mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Webhook logging #516
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FKlintebackPure on GitHub (May 28, 2023).
Originally assigned to: @StefH on GitHub.
I could not get my webhooks working, and troubleshooting was tricky since Wiremock not checks for error responses.
A simple warning log would be helpful.
Alternatively, all webhook calls and responses could be logged and retrievable via the admin api.
Suggested code (in WireMockMiddleware.SendToWebHooksAsync):
@StefH commented on GitHub (May 28, 2023):
@FKlintebackPure
This will be added in next release.
https://github.com/WireMock-Net/WireMock.Net/pull/946