Open subodh-dharma opened 8 years ago
What fix do you suggest?
You need to use unix line endings for all strings. So either generate it that way, or remove the \r characters from the result before returning it.
You need to Base64 encode the key values before POST.
The '\n' printing in the key values makes the key values useless. When doing a POST method with these keys as input, the string treats '\n' as characters rather than new line. Hence when calculating the fingerprints it always give an error.
Kindly look into this issue.