Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure() by default? #325

Open
elvogel opened this issue Jun 8, 2023 · 1 comment
Open

Secure() by default? #325

elvogel opened this issue Jun 8, 2023 · 1 comment

Comments

@elvogel
Copy link

elvogel commented Jun 8, 2023

Is there any way we can get a https:// in the URL builds without having to specify the Secure() function each time? Is there still a requirement for http:// only out there?

@aksjoshi1
Copy link

When using Cloudinary's upload API, by default, the URLs generated for the uploaded images are secure (https://). You don't need to explicitly specify the Secure() function each time.

Cloudinary provides secure URLs by default to ensure the images are served over HTTPS for better security. This default behavior is in line with modern web standards, where using HTTPS is highly recommended to protect the integrity and privacy of user data.

Therefore, when using Cloudinary's upload API, you can expect the URLs to be in the form of https:// unless you have specifically configured your Cloudinary account or API settings to use HTTP (which is less common and not recommended).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants