HTTPS page → HTTP resource
Browsers may block or upgrade insecure subresources. Either way, an explicit HTTP dependency is worth finding and replacing.
Website security
Inspect the bounded HTML response for plaintext resource/link references, insecure form actions and password fields served without HTTPS.
Result
What to review
Browsers may block or upgrade insecure subresources. Either way, an explicit HTTP dependency is worth finding and replacing.
An HTTPS page can still leak submitted data if a form action posts to plaintext HTTP.
A password field on an HTTP page is reported as a serious transport warning.
Missing SRI on a third-party script is shown as an informational supply-chain signal because many dynamic third-party scripts cannot use static SRI hashes.