我知道这个问题了
'访问xmlhttprequest'http://localhost:8082/v1/store/getstore“来源”http://localhost:4200'已被cors策略阻止:对飞行前请求的响应未通过访问控制检查:飞行前请求不允许重定向。
application.yaml中的配置是
grails:
cors:
enabled: true
allowedOrigins:
- http://localhost:4200
在urlMap中
"/v1/store/getStore"(controller: 'store', action: 'getStore')
当我直接按“请求”时http://localhost:8082/store/getstore“它不是抛出错误,而是在放入urlmapping后抛出cors问题。
1条答案
按热度按时间yh2wf1be1#
在根文件夹中创建proxy.conf.json文件并编辑以下内容:
更改start的package json命令:
使用相同的urlMap
"/v1/store/getStore"(controller: 'store', action: 'getStore')