Redis – MicroService Architecture : CORS Configuration results in Access Control Allow Origin header contains multiple values
I am developing a spring boot application. In which it has API-Gateway and three microservices. When I call API from UI it throws an error of CORS. Error: Access Control Allow Origin header contains multiple values but only one is…