Securing Requests
Secure your request by adding a requestSignature
to the input parameters passed to the SDK request. This is done by calculating an HMAC-SHA1 Base64 encoded string in your backend and adding that signature to your request.
More information on creating a Request Signature can be found in the Securing Requests.
Updated almost 3 years ago