I want Express server side redirect angular page.
I run express at localhost:3000
angular at localhost:4200
when Express redirect to Angular localhost:4200
I always get error
Failed to load http://localhost:4200/login: Request header field Authorization is not allowed by Access-Control-Allow-Headers in preflight response.
how to let angular accept cors response?