Supplying Values From Request for Webhook Body and Headers #645

Closed
opened 2025-12-29 08:31:44 +01:00 by adam · 3 comments
Owner

Originally created by @mathgr22 on GitHub (Oct 30, 2024).

Originally assigned to: @StefH on GitHub.

Is your feature request related to a problem? Please describe.
I need the ability to digitally sign a Webhook due to interaction with third-party software. My digital signature needs to be based off of the post-transformed Webhook body. Currently it is not possible to insert a header after the Webhook body has been transformed.

Describe the solution you'd like
I would like the ability to generate an HMAC digital signature based off of the transformed Webhook body and insert it into the Webhook header before it is sent.

Describe alternatives you've considered
As far as I know there is no work-around to obtain this functionality in WireMock.Net.

Originally created by @mathgr22 on GitHub (Oct 30, 2024). Originally assigned to: @StefH on GitHub. **Is your feature request related to a problem? Please describe.** I need the ability to digitally sign a Webhook due to interaction with third-party software. My digital signature needs to be based off of the post-transformed Webhook body. Currently it is not possible to insert a header after the Webhook body has been transformed. **Describe the solution you'd like** I would like the ability to generate an HMAC digital signature based off of the transformed Webhook body and insert it into the Webhook header before it is sent. **Describe alternatives you've considered** As far as I know there is no work-around to obtain this functionality in WireMock.Net.
adam added the feature label 2025-12-29 08:31:44 +01:00
adam closed this issue 2025-12-29 08:31:45 +01:00
Author
Owner

@StefH commented on GitHub (Oct 31, 2024):

https://github.com/orgs/WireMock-Net/discussions/1195

@StefH commented on GitHub (Oct 31, 2024): https://github.com/orgs/WireMock-Net/discussions/1195
Author
Owner

@StefH commented on GitHub (Nov 9, 2024):

@mathgr22
did you check my last comment on the discussion? https://github.com/orgs/WireMock-Net/discussions/1195

@StefH commented on GitHub (Nov 9, 2024): @mathgr22 did you check my last comment on the discussion? https://github.com/orgs/WireMock-Net/discussions/1195
Author
Owner

@StefH commented on GitHub (Dec 22, 2024):

https://github.com/WireMock-Net/WireMock.Net/pull/1223

@StefH commented on GitHub (Dec 22, 2024): https://github.com/WireMock-Net/WireMock.Net/pull/1223
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#645