The problem that Https sites do not request htpp resources

has been working on a project recently. Audio playback is involved, but when the visited site is http, you can request mp3 resources, as shown in figure

httpsmp3,:

I hope the friends I see can answer it. Thank you

.
Mar.22,2021

browsers do not allow https websites to introduce http resources by default. You need to change the domain name of the audio file to https


browsers do not allow HTTPS pages to load HTTP resources because it is not safe. A What Is Mixed Content?

of Google is referenced here.
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. This is called mixed content because both HTTP and HTTPS content are being loaded to display the same page, and the initial request was secure over HTTPS. Modern browsers display warnings about this type of content to indicate to the user that this page contains insecure resources.

loading HTTPS resources on the HTTPS page will have the following alarm message:

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b366fd-2c018.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b366fd-2c018.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?