Signature Toolkit
To verify whether a client generates the signature correctly, a signature toolkit is provided. The toolkit allows you to sign an API request online using the specified parameters.
To use the toolkit, you should:
- Obtain, copy and paste the access key ID/access key secret as the Access Key.
- Enter the absolute request-URI into the request-line, including the path parameters and query parameters.
- Enter the common headers.
- Enter the canonical custom headers starting with
X-SFD-
. - Enter the request body.
- Click Send to generate the signature, or Reset to clear all the inputs above.
After the signature is generated, compare the value of the Authorization
header to verify whether your client’s signature is correct.