With this changes it is possible to configure the AllowedOrigins Header for all routes. For example setting the header to "*" it allows requests from all origins.
I think this is needed and helpful if you want to request from frontend application without using any proxy.
[x] set up a flag to support setting the AllowedOrigins Header
With this changes it is possible to configure the
AllowedOrigins Header
for all routes. For example setting the header to "*" it allows requests from all origins.I think this is needed and helpful if you want to request from frontend application without using any proxy.
Also see: https://forum.chirpstack.io/t/cors-error-while-hitting-apis-from-react-application/14890/2