In general, it is recommended to use the https:// format for all links on your Webflow website. This is because https is the secure version of the HTTP protocol, ensuring that the data transmitted between your website and your visitors is encrypted and secure.
Using https:// is particularly important when handling sensitive information, such as during user authentication, e-commerce transactions, or any other form of data exchange. In fact, many modern browsers now display a warning or indicate that a website is not secure if it does not use https.
To ensure that all links on your Webflow website are in the https:// format, you need to check a couple of settings:
1. Project Settings:
- Go to your Webflow Dashboard and select the project you're working on.
- Click on "Project Settings" in the left sidebar.
- Under the "HTTPS" tab, make sure the "Secure" option is enabled. This ensures that your website is served over HTTPS.
2. Site Settings:
- Open your Webflow Designer and select your website project.
- Click on the "Settings" tab in the left sidebar.
- Select the "Hosting" section and make sure the "Use SSL" option is enabled.
- Save your changes and publish your website to apply the settings.
Once you have these settings in place, Webflow will automatically handle the HTTPS redirection for you. This means that even if someone types in your website URL with HTTP:// or clicks a non-secure link pointing to your site, they will be redirected to the secure version using HTTPS://.
It's worth noting that despite these configurations, you may encounter instances where external resources or embedded content (e.g., videos or iframes) may not be served over HTTPS. In such cases, these resources may cause a mixed-content warning or simply fail to load. To address this, you can look for alternative sources that provide the content over HTTPS or contact the content provider to see if they offer a secure version.
Overall, using the HTTPS protocol is highly recommended to ensure the security and trustworthiness of your website, and configuring your Webflow project and site settings accordingly will help you achieve that.