We are implementing e-recruitment. I am trying to implement web dispatcher in our DMZ to protect the box that e-recruiting is running on which is behind a firewall. i.e. I only want users to ever be able to hit the web dispatcher and never the erecruiting box directly.
If I use icm/HTTP/redirect is redirects the page to a different page and will therefore try and open a page on the erecruiting box directly in the browser. Can webdispatcher act as the external facing bit and it handles all traffic to the internal bit rather than the browser?
Thanks.