Ask a cross-domain question, does http://www.baidu.com request https://www.baidu.com cross-domain?

is the domain name of http that requests the domain name of https. Is this cross-domain, and why?

Dec.02,2021

Cross-domain.
different sources (domain name, protocol, port).
Protocol: http,https.

conditions that trigger cross-domain also include
domain name:
https://www.baidu1.com
https://www.baidu2.com
port:
https://www.baidu.com:3000
https://www.baidu.com:3001


http protocol is different, cross-domain

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-1b3a388-2c1ec.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-1b3a388-2c1ec.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?