How to disable the CORS mechanism in the cloudinary?

AnkitKumar
AnkitKumar Member Posts: 2

As I want to display my media files only on that domain only from where I uploaded using cloudinary API. Like if someone having that link, they cannot able to access the image/files directly from the browser.

2. How to create a time limited link of some images so the user can directly access the link in browser for short period of time

Best Answer

  • DannyFromCloudinary
    DannyFromCloudinary Member, Cloudinary Staff Posts: 151
    Answer ✓

    Hey, thanks for getting in touch.

    In order to prevent assets from being delivered on specific domains, or to block all domains except a specific list, you can make use of an ACL (Access Control List) which you can read about here. We also support time-limited links using either token-based or cookie-based access, which you can read about here.

    It is worth noting that both of the features I mention aren't available on Free accounts, but the documentation doesn't into a bit more detail about what kinds of accounts these are permitted on.

    Let us know if you have any further questions, and we'll be happy to help!

Answers