Is cloud name sensitive when retrieving images using React app?
Hello. Is it okay only cloud name to be exposed in front-end code? I'm using cloud name to get data about images associated with certain tags. While I'm at it, can I sort the results from this request alphabetically?
http://res.cloudinary.com/<cloud_name>/image/list/<tag_name>.json
Then I'm retrieving each individual image under that tag with
http://res.cloudinary.com/<cloud_name>/image/upload/<img.public_id>
Can someone alter contents of my account in any way using only my cloud name?
Thanks for your attention.
Post is closed for comments.
Comments
1 comment