xuemin.guan
12/06/2018, 9:49 AMdata class CorsPolicy(val origins: List<String>
, however using a list of more than one value results in an error in the browser (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMultipleAllowOriginNotAllowed). We’ve seen the original spec for CORS and it says that a list of origins is expected, however it isn’t supported, so I’m wondering if that’s what’s happening here. it’s tough to say because of the circumstances, but is this a bug in HTTP4K?