Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<URL>'. This request has been blocked; the content must be served over HTTPS.

0

Hello how can I fix "Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<URL>'. This request has been blocked; the content must be served over HTTPS." error on my s3 bucket?

已提問 2 年前檢視次數 5829 次
1 個回答
0

The error generally occurs when you have a HTTP asset being served in a website with HTTPS connection. Please note that modern browsers do not allow your webpage to make an HTTP request if the content is being served over HTTPS. I would analyse the resource located at the <URL> and try to serve it over a HTTPS endpoint. You can also front your website by CloudFront which will allow the content to be served via HTTPS to the end-user.

AWS
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南