To solve CORS issue, I need remove my server port and use apache to redirect to my tomcat with port.
example: http get url: localhost/app1/somerequest
, my apache server will redirect to localhost:8080/app1/somerequest
, so how can this redirect be work when i use nodejs?