<div dir="ltr">I found a solution to this by using nginx as a reverse proxy for the FS and the external server.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 11, 2018 at 2:35 PM, Michael Ducharme <span dir="ltr"><<a href="mailto:mducharme@gmail.com" target="_blank">mducharme@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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.<wbr>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=" target="_blank">http://mydomain.ca/foo/<wbr>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>
</blockquote></div><br></div>