标签: node.js apache tomcat http-redirect
要解决CORS问题,我需要删除我的服务器端口并使用apache通过端口重定向到我的tomcat。
示例:http get url:localhost/app1/somerequest,我的apache服务器将重定向到localhost:8080/app1/somerequest,那么当我使用 nodejs 时,该重定向如何工作?
localhost/app1/somerequest
localhost:8080/app1/somerequest
答案 0 :(得分:0)
如果您要代理请求,请使用node-http-proxy。 如果您想重定向请求,请参阅this