Ok I'll elaborate :
I've a web server ncsweb, uses proxy config to call
http://ncscloud-n1:80/vm1/hw.html.
Contents of ncscloud-n1:80/vm1/hw.html:
<html>
<body>
<h1>FIRST NODE HELLO WORLD</h1>
<a href="http://ychcloud-n1.ych.com/vm1/hw2.html">y3tech</a>
</body>
</html>
Contents of ncscloud-n1:80/vm1/hw2.html:
<html>
<body>
<h1>FIRST NODE HELLO WORLD Y3TECHNOLOGIES</h1>
<a href="http://ychcloud-n1.ych.com/vm1/hw.html"> back</a>
</body>
</html>
When I click on y3tech, It opens hw2.html. In the address bar I see
http://ychcloud-n1.ych.com/vm1/hw2.html. How do I mask the url without making any changes to html code