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

[SER-1096] Checksum not working for form data #4854

Merged
merged 3 commits into from
Jan 24, 2024
Merged

Conversation

John-Weak
Copy link
Contributor

With form data we cannot directly calculate checksum from req.body as it contains some unwanted headers/values, example:

Content-Disposition: form-data; name="timestamp"

1705307343283
--18d0c3d09ba--

So we should only use the params and their values to calculate checksum

@John-Weak John-Weak self-assigned this Jan 23, 2024
@kanwarujjaval kanwarujjaval merged commit b858037 into master Jan 24, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants