In visus.js, the url is parsed but the pathname (ret.pathname) is dumped when making a box query (i.e., ret.base_url = parse_url.protocol+'//'+parse_url.hostname+':'+parse_url.port+'/mod_visus?';). This is needed for mod_visus servers that live in some path under the hostname, like the one at llnl that lives in /visus (https://aims2.llnl.gov/visus/mod_visus).
In visus.js, the url is parsed but the pathname (ret.pathname) is dumped when making a box query (i.e.,
ret.base_url = parse_url.protocol+'//'+parse_url.hostname+':'+parse_url.port+'/mod_visus?';
). This is needed for mod_visus servers that live in some path under the hostname, like the one at llnl that lives in /visus (https://aims2.llnl.gov/visus/mod_visus
).