从Github获取贡献SVG图像会在使用Angular创建的网站中引发CORS错误

时间:2018-04-30 06:47:27

标签: angular cors

我正在尝试通过开发一个网站来学习Angular,当我尝试从Github HTTP获取我的Github贡献并在网站上显示它时,我收到以下错误。

Failed to load https://github.com/users/kapil5harma/contributions: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://kapil5harma.netlify.com' is therefore not allowed access.

我能够看到它使用适用于Chrome的CORS插件在我的本地工作,但是当在网站上部署相同的代码时,它会抛出上述错误。

1 个答案:

答案 0 :(得分:0)

Github有自己专用的API端点,可以为您尝试获取的数据提供服务。查看the Github API documentation了解详情。