Hi there,
we are running MAB portal on R80.40 and I want to configure web application using "hostname translation" method, however I get into problem when html element is being loaded from another server.
Web application has following code:
<script src="a/b/script1.js" type="text/javascript"></script>
<script src="//server2:4444//x/y/script2.js" type="text/javascript"></script>
Assuming main application is accessed via "server1", I can see with the help of developers tool (F12) that all elements of the web application are translated just fine (including script1.js in the example), except the ones which are invoked from "server2". Those are keeping original URL, thus fail to load.
TAC case registered anyway.