URL signature
To prevent URL tampering and protect your token, every Filerobot URL can be secured with an SHA-1 HMAC signature.
The signature is calculated as follows:
Signature = sha1('Salt' + 'URI')
where URI = original_image_url?operations&filters
The syntax to process an image is:
//token.filerobot.com/v7/original_image_url?operations&filters&ci_sign=Signature
Because the Salt is a shared secret between you and Cloudimage, only you will be able to calculate the signature of your images.
Contact us to enable the signature and set up the Salt for your company token.
Was this page helpful?