Hi,
We have several HTTP Intraweb applications running across different ports on the same PC. I would like to run some kind of router on port 80 that forwards incoming requests to the right port and application. My idea is an URL would come in on port 80 and get routed to the correct port as follows:-
app1.fds.com ->
www.fds.com:8800app2.fds.com ->
www.fds.com:8801app3.fds.com ->
www.fds.com:8802All app1.fds.com , app2.fds.com , app3.fds.com , www.fds.com domains would point to the same IP.
I know I can redirect the web browser to the correct port but we are finding more and more customers are blocking outgoing ports in their firewalls.
I believe I can use an TRtcDataRouter to do this running in an app which would do the routing. I've looked at the 2 Router demos but there seems to be a lot to implement.
All I want to do is forward all requests transparently from one URL to Port No on the same machine.
Will TRtcDataRouter do this and if so what are the events I need to implement to do this?
Thanks
Simon