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 Antwort
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
SUPPORT-TECHNIKER
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen