Replies: 1 comment
-
I've ended up figuring out the custom signature validator. Code if anyone has a similar problem:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm tying to accept a webhook from compare-my-move and I'm having trouble with the signature being invalid on my server..
I changed my URL to point to pipedream so I could test it.. and It seems as though there is no secret in the headers of the response? Instead appears to be in the body..
the documentation for these webhooks on their site is here:
https://www.comparemymove.com/assets/files/compare-my-move-webhook-docs-removals.pdf
I'm not quite sure where to go from here, I could be wrong with my assumptions however this is my first time attempting to implement webhooks so its proving quite difficult for me. I believe I may have to implement a custom SignatureValidator however I'm really unsure as to how that implementation would work with the results like this.
Any help at all would be greatly appreciated, I'm really stumped on this one.
Beta Was this translation helpful? Give feedback.
All reactions