Stephen Letosky
09/19/2023, 6:27 PM+KK4SKNgz4ZiILGLwOMtfYlgcXSy1eis8ldE9X90azQ=
. I was able to achieve this by changing the base string example to the format to <method>&<URL>&<parameters>
with ‘&’ delimiters instead of ‘%’ symbols. Using the base string as its given returns Ag+D4okYPrkQsPFLIWpuDV/Z/Im2WNLvboMjwt5SOMY=
. I am generating my signature at the moment by simply using the given base string and key, and feeding them in to this command $(echo -n $BASE_STRING | openssl dgst -sha256 -hmac $KEY -binary | base64)
but I’ve also tested in java and python, and achieved the same result. I’m sure I’m doing something obviously incorrect, but has anyone worked through this tutorial and had success (and might be able to offer some advice)?slc-abotbyl
09/19/2023, 6:53 PMStephen Letosky
09/19/2023, 7:04 PMslc-abotbyl
09/19/2023, 7:15 PMmichoel
09/20/2023, 12:24 AMmichoel
09/20/2023, 12:24 AMmichoel
09/20/2023, 12:24 AMStephen Letosky
09/20/2023, 7:06 PMPhilip Denys
09/21/2023, 2:31 PM