I have a server running on port 5000 and users don’t have access to this port.
I started another node server on 4000 and want to read the http content (localhost:5000/test) (content has javascripts) and users should see it on the browser by accessing port localhost:4000/test
Something like http content forward not the URL forward.
Any examples? Thanks in advance