How to handle CORS configuration of API gateway and Socket in Springboot Microservices
I have a Springboot Microservice application. I have 4 microservices in my application.
API-gateway,
user-management,
idm-service,
engine-service.
I am using react as frontend here.