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

Incorrect Logic of calculating Hash in webhook request header #101

Open
DebashishSaha opened this issue Mar 14, 2023 · 0 comments
Open

Incorrect Logic of calculating Hash in webhook request header #101

DebashishSaha opened this issue Mar 14, 2023 · 0 comments

Comments

@DebashishSaha
Copy link

HMAC Sha1 should be calculated on the serialized object which is sent by SurveyMonkey , not any intermediate object format which is used by Python.

Because if you need to support all frameworks , hash should always be calculated on the serialized object.

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

No branches or pull requests

1 participant