简体   繁体   中英

The page at 'https://example.com' was loaded over HTTPS, but requested an insecure XMLHttpRequest Endpoint

Mixed Content: The page at ' https://www.timedevs.xyz/application/ ' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ' http://emustore4ios/aceradio/es4iosradio.php '. This request has been blocked; the content must be served over HTTPS.

From an https webpage you should only do https (secure) requests.

On your page something make an http (insecure) request. The browser block it for security reasons.

Find what does that request and modify it to call the https endpoint instead if possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM