Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplying Values From Request for Webhook Body and Headers #1204

Closed
mathgr22 opened this issue Oct 30, 2024 · 3 comments · Fixed by #1223
Closed

Supplying Values From Request for Webhook Body and Headers #1204

mathgr22 opened this issue Oct 30, 2024 · 3 comments · Fixed by #1223
Assignees
Labels

Comments

@mathgr22
Copy link

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.

@StefH
Copy link
Collaborator

StefH commented Oct 31, 2024

@StefH StefH self-assigned this Oct 31, 2024
@StefH
Copy link
Collaborator

StefH commented Nov 9, 2024

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

@StefH StefH changed the title Send HMAC / Digital Signatures in Webhooks Supplying Values From Request for Webhook Body and Headers Dec 22, 2024
@StefH
Copy link
Collaborator

StefH commented Dec 22, 2024

#1223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants