混合内容:位于..的页面已通过HTTPS加载,但请求了..。一个不安全的XMLHttpRequest Endpoin

时间:2019-09-11 08:06:20

标签: angular firebase spring-boot amazon-elastic-beanstalk

这是有关部署的问题。

堆栈:Spring Boot,AWS + Angular,Firebase。

我正在使用AWS Elastic Beanstalk + AWS RDS托管我的数据库和Spring Boot应用程序,然后Angular应用程序在Firebase上运行。

问题是当Spring Boot Application与 http 一起使用时,Firebase使用 https 。错误就像:

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

如何管理AWS Elastic Beanstalk与https配合使用?

也许还有另一种方法来管理这个问题?也许在Spring Boot应用程序中带有CORS等内容?

我仅出于学习目的使用AWS Free Tier。

0 个答案:

没有答案