我将KORS插件与Kong Ingress控制器一起使用,whitin Postman,API很好用,响应包括一个
Access-Control-Allow-Origin: *
标题。
但是当我在Chrome中发出cors请求时,它会报告:
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
边缘报告:
The server has not found anything matching the requested URI (Uniform Resource Identifier).
我的上游服务是express / node应用程序,我已经设置了cors中间件,但是预检HTTP OPTIONS请求似乎无法通过,也不会得到Kong网关的响应。
我注意到该插件有一个limitation。
但是我不知道配置KongIngress对象来克服针对cors请求的浏览器中的这一限制。