I want to redirect an http request from one port to another
For example:
When i recieve the request: http://localhost:XXXx/...
I want it to redirect to
I tried to do this using the url rewriting with no success.
Is it possible doing it this way? if so, can I get some direction on the way of doing it?