-
Notifications
You must be signed in to change notification settings - Fork 144
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
Problem with the HMAC signature and response code #1827
Comments
Hi @mermetbt if I understand you correctly:
|
I just put that as a suggestions for improvements. |
Hmm, that makes sense. Thanks for the suggestion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to test the webhook with Xero and they state in their documentation that:
I've configured the webhook following their instruction
I can see in the log that the error message is "Invalid Signature - Hash does not match"
Also, I've seen in their doc that:
And the response sent in the log is 400 Bad Request, which is different from an unauthorized request. I would expect an authentication failure to return a 401.
How could I configure this? Is there an easy way to see what the webhook received and failed to process? like a deadletter queue or something we could use to investigate or detect issues on the upstream?
The text was updated successfully, but these errors were encountered: