This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

How to serve Tumblr images over SSL

Answered

Comments

1 comment

  • Avatar
    Nadav Soferman

    If your original images are available in a public web location, you can upload an image by specifying its remote HTTP URL as the 'file' parameter of our upload API method (instead of sending the actual image data). Then you can transform the original image and deliver it through a fast CDN either using HTTP or HTTP (SSL).

    Another option is to use Cloudinary's fetch URL as a prefix to any URL for dynamically transforming remote images and delivering through a CDN without previously uploading the images to Cloudinary, see the following blog post for more details: http://cloudinary.com/blog/delivering_all_your_websites_images_through_a_cdn

    0
    Comment actions Permalink

Post is closed for comments.