Open gxres042 opened 9 hours ago
Can you please add little more details also? 🙏🏼 (envs that you tested and failing + current config)
ummm actually I'm working on a new project. This project's full routing requires multiple Access-Control-Allow-Origins domains to be set, but there doesn't seem to be a good way to do this in Nitro yet?
It is possible using h3 utils, not route rules AFAIK (unless we manually merged them via ,
)
Perhaps we need to improve the documentation on CORS?
Describe the feature
In some environments it is necessary to configure multiple Access-Control-Allow-Origins, which is not supported by
routeRules
at this time. Perhaps we can add one.Additional information