我有一个非常简单的 Angular 应用程序,可以在 Gulp 上运行http://localhost:3000/
lagom开发的微服务运行在http://localhost:9000
.
Lagom 是基于 Akka 和 PlayFramework 构建的框架
build.sbt
现在,当我想从微服务中获取列表时,我面临:
XMLHttpRequest cannot load http://localhost:9000/api/users/list.
No 'Access-Control-Allow-Origin'
header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.
我应该在哪里启用 CORS?在角度或Lagom上?应该定义在build.sbt
?