You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
Thanks for these examples, they are incredibly helpful.
I'm building a custom remote function, and it works perfectly, but in my case, I would like to verify "x-cld-signature" to ensure that the request is coming from Cloudinary.
Did you ever try it? According to Cloudinary documentation, it should be a SHA-1 Hex-Digest of body + timestamp + API secret, but in my case, as a signature, I'm receiving 128 characters long string. I can't even imagine how to make SHA1 Hex 128 characters long :)
The text was updated successfully, but these errors were encountered:
hey @AlexBeznoss thanks for flagging this, it looks like the docs need to be updated as i was told its actually sha512 of timestamp + api_secret, im told that doesn't include a body as the docs state
ill try to get around to including this in an example
Hey
Thanks for these examples, they are incredibly helpful.
I'm building a custom remote function, and it works perfectly, but in my case, I would like to verify "x-cld-signature" to ensure that the request is coming from Cloudinary.
Did you ever try it? According to Cloudinary documentation, it should be a SHA-1 Hex-Digest of body + timestamp + API secret, but in my case, as a signature, I'm receiving 128 characters long string. I can't even imagine how to make SHA1 Hex 128 characters long :)
The text was updated successfully, but these errors were encountered: