<div dir="ltr"><div>Hello,</div><div><br></div><div>I am trying the following provision to fetch a config file from an external server:</div><div><br></div><div>let serial = declare("VirtualParameters.UUID", {value: 1}).value[0];<br>declare("Downloads.[FileType:3 Vendor Configuration File]",<br>    {path: 1}, {path: 1});<br>  declare("Downloads.[FileType:3 Vendor Configuration File].FileName",<br>    {value: 1}, {value: "<a href="http://mydomain.ca/foo/getconf.php?id=">http://mydomain.ca/foo/getconf.php?id=</a>" + serial});<br>  declare("Downloads.[FileType:3 Vendor Configuration File].Download",<br>    {value: 1}, {value: Date.now()});</div><div><br></div><div>Unfortunately it looks like GenieACS is prefixing https://FS_IP:FS_PORT/ before the filename. Is there a way to override this behavior for this provision only?<br></div></div>