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

Send HMAC / Digital Signatures in Webhooks #1204

Open
mathgr22 opened this issue Oct 30, 2024 · 1 comment
Open

Send HMAC / Digital Signatures in Webhooks #1204

mathgr22 opened this issue Oct 30, 2024 · 1 comment
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants