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?

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ