Absolute url is localhost if ws called through share proxy
Hello, I created a simple webscript that find a node based on the nodeRef provided as argument and display its download url.Javascript:var node = search.findNode(args.nodeRef);model.downloadUrl = url.context + node.url;In order to get the absolute ...