Identify insecure (HTTP) resources loading on your secure (HTTPS) website. Protect your users and prevent browser
Mixed content occurs when an initial HTML page is loaded over a secure HTTPS connection, but other resources—such as images, videos, stylesheets, or scripts—are loaded over an insecure HTTP connection. This creates a "mixed" security state for the page.
A website loading mixed content is not truly secure. Attackers can perform man-in-the-middle attacks on the insecure HTTP requests to inject malicious code or steal session cookies, effectively bypassing the encryption of the main page.
HTTPS is the foundation of web security. Mixed content is a hole in that foundation that lets attackers in through the back door.
Follow these steps to ensure your site is 100% secure and compliant with modern browser standards:
http:// URLs in your code to https://.{'//example.com'} so items load according to the page's protocol.upgrade-insecure-requests directive to automatically fix links.Enter your secure (HTTPS) URL and click "Scan Website". Our auditor parses the page and identifies every resource loading over insecure HTTP. We categorize them by type (Image, Script, etc.) and show the exact line of code where the issue resides. Use this audit to find and replace insecure links and maintain your "Secure" padlock status.
Stop manually checking tags. Let SeoKwik's algorithms do it for you instantly.
Other helpful tools in the Security category