: Will HTTP hyperlinks on HTTPS pages trigger mixed content warnings? I am about switch to HTTPS for a site with about 1000 pages. All external libraries for the theme are secure and all internal
I am about switch to HTTPS for a site with about 1000 pages. All external libraries for the theme are secure and all internal ones will be changed over via 301 redirects.
What about anchor links within posts? If I am linking to my friend's URL which is not secure, because he doesn't have one for example within my text, will that also result in mixed content issues?
More posts by @Sarah324
2 Comments
Sorted by latest first Latest Oldest Best
If I am linking to my friend's URL which is not secure, because he doesn't have one for example within my text, will that also result in mixed content issues?
Ans: No.
Mixed content is when content used to render the current page itself, is loaded non-securely (or at least would if not blocked)
The user clicking the link would be taken to a non-secure page, but doesn't affect the security of the current page.
If I understand your question, then you're saying that, your site now serve with https and you want to link your friend site with http protocol.
Then it's totally fine, anchor links does not cause mixed content issue because it is not loaded and render by browser, while images, javascript, css, icons or other files are requested by browser(in src attribute) and if it is loaded without encryption then it cause mixed content issue.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.