I want to know if and how I can do the following:
server A is the main server for www.aserver.com server B is a server that gives webservices, and one of the services is for activator (an internal webservice. it gives the service via xx.xx.xx.xx/activator/service.aspx
I want that when someone goes to ws.aserver.com/activator/service.aspx that it will actually pull the page at from xx.xx.xx.xx/activator/service.aspx (bserver) but it will look like ws.aserver.com/activator/service.aspx
ws.aserver.com's A record cannot point to bserver, because some requests for this host must be served by aserver. And for legacy reasons, the URL cannot change.
- bserver only have an IP - it is not DNS managed
- what should I write for the ws on aserver? ANAME? CNAME? subdomain? redirect? dns routing? So many names....