1
votes

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.

1
why did someone vote this down i actually need help!!!Joseph James Shenton

1 Answers

1
votes

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.