node.js - how to use http-proxy npm in node with cas -
i have cas server authentication running on 8443.
app1 : running on ipaddress1:3000 app2 : running on ipaddress2:3000
app1 , app2 same running on 2 different machines , has authentication enabled via cas.
http-proxy app : configured reverse proxy on 3838 app1 , app2. so, requests goes app1 , app2 via 3838. but, once authentication done, app redirecting service url(i.e. ipaddress1:3000) instead of proxy server.
can me out on how configure cas proxy server after authentication still accessible via proxy address(3838) ?
Comments
Post a Comment