Hi,
It seems that it’s not possible to define 2 origins where the Paths is *. For example I have a production and development environment using the same backend. This means that I will need to give both access in the CORS.
I’m now setting it to Origin * and Paths *, but this is not desirable.
What would be a possible solution?
Thanks