Mixed Content Checker
Find insecure images, scripts, and stylesheets breaking your HTTPS.
Mixed Content
Scan webpages for insecure HTTP resources loaded over HTTPS.
Analysis Results
What is Mixed Content?
Mixed content occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection.
Modern browsers will often block these insecure resources, breaking the functionality or styling of your site. At best, they will display a warning to the user (removing the secure padlock icon), which decreases user trust.
How to fix Mixed Content
To resolve mixed content issues, you must ensure that all resources are loaded securely. Change all http:// links in your source code to https://.
If a third-party service you use does not support HTTPS, you will need to find a secure alternative or host the resource yourself.
Related Guides
Deepen your understanding with our expert articles.
