1
我有與咕嘟咕嘟上http://localhost:3000/
Access-Control-Allow-Origin;角和微服務
和微服務由lagom運行在http://localhost:9000
開發運行非常簡單角應用。
Lagom的框架建在阿卡和PlayFramework與
build.sbt
現在,當我想要提取列表形式的microService我的臉:
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
上定義嗎?
謝謝,但是確切地說我應該在哪裏定義Access-Control-Allow-Origin:*?在build.sbt中?它是庫依賴或應用程序配置的一部分? –
@ Amir-Mousavi對不起,但這是我無法幫到你的地方。可能你應該創建另一個問題,正是這個問題。但它絕對應該在後端配置 – smnbbrv