Repair workflow
- Serve the canonical page over HTTPS.
- Redirect equivalent HTTP URLs.
- Replace insecure resource references.
- Submit forms only to secure destinations.
Issue library · 3 https and forms checks
Keep public pages, active resources, and form destinations on secure, consistent HTTPS connections.
Public pages, active resources, and form destinations should use HTTPS. Remove mixed content and redirect HTTP versions to the preferred secure URL.
Insecure delivery exposes users to tampering and can break browser features. Security problems also weaken trust and can disrupt crawling or rendering.
The current page URL uses HTTP.
Redirect to the equivalent HTTPS URL and update canonical and internal references.
Open the HTTP URL and confirm one clean permanent redirect to HTTPS.
The page requests insecure images, scripts, styles, fonts, or media.
Update resources to HTTPS or remove them when no secure version exists.
Reload with the Network panel open and confirm no HTTP resource remains.
A secure page sends a form to an insecure destination.
Submit the form over HTTPS and verify every redirect remains secure.
Inspect the rendered action and complete a safe test submission.