Hi all,
I put the firmware in other web server (https://fotaweb.kkk.com/test_1.zip) rather than the genieacs server (192.168.1.32),
and I use below command in provisions.
declare(“Downloads.[FileType:1 Firmware Upgrade Image].FileName”, {value: 1}, {value: “https://fotaweb.kkk.com/test_1.zip”});
However, the easycwmp in the device side received the firmware url became to http://192.168.1.32:7567/https://fotaweb.kkk.com/test_1.zip
It adds the redundant string “http://192.168.1.32:7567/” in front of the firmware path and leads the new url to an invalid url
and make download failed.
How can I change the setting or modify the provision to make it not to add the redundant string “http://192.168.1.32:7567/”
in front the of url?
Thanks!