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?

preguntada hace 2 años5829 visualizaciones
1 Respuesta
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
INGENIERO DE SOPORTE
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas