[Defect] The nonce
passed to URL in signMessage
for browser wallets is not URL-safe
#1065
Labels
nonce
passed to URL in signMessage
for browser wallets is not URL-safe
#1065
Describe the bug
Looks like the way the nonce is passed via URL to MyNearWallet as nonce.toString() to the
signMessage
for MyNearWallet results inBuffer
being converted to a string of ASCII characters and this string contains characters that break the URL structure so it might result in strange URL shown belowSteps To Reproduce
This will result in a URL containing some strange characters:
Error description
Expected behavior
The
nonce
passed to the URL should not contain characters that break the URL structureThe text was updated successfully, but these errors were encountered: