Two api(s) A and B.They all support cors and be tested well.
Then a put a gateway using ocelot in front of them. a problem appears.
so my question is how to support cors using ocelot.
@juancash
or perhaps I disable cors support in A &B,and do something in the gateway?
Thanks for the Ocelot team's effort!
Two api(s) A and B.They all support cors and be tested well. Then a put a gateway using ocelot in front of them. a problem appears. so my question is how to support cors using ocelot. @juancash or perhaps I disable cors support in A &B,and do something in the gateway?