Webhook security
#4979
-
I want to use webhooks to send info to an API that I have and do some processing. When I test the webhook, I get the following headers and response using https://webhook-test.com/. How do I verify the source so that bad actors cannot send whatever they want? I don't see a key that is consistent between requests.
|
Beta Was this translation helpful? Give feedback.
Answered by
nick16180
Aug 27, 2025
Replies: 1 comment
-
If anyone has this issue, the solution is a little advanced but doable.
The gist is here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nick16180
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If anyone has this issue, the solution is a little advanced but doable.
The gist is here.