I forgot to add that I'm running wyUpdate 2.6.18.4
Hello, I've implemented a .NET web service that allow me to soft-release updates, like explained in https://wyday.com/wybuild/help/limit-updates.phpI've configured one download site that offer the server file and the updates file, with the %urlargs% variable in the path.I'm finding that this variable does not get substitute in the updates files, but works correctly in the server file.My download URL (type "both server & update site):https://MY_DOMAIN/api/v1/updates/tlc/%urlargs%/%version%/%file%
request from the logs:Request starting HTTP/1.1 GET http://MY_DOMAIN/api/v1/updates/tlc/278791567de7fcd221f53b896063006b18d8328854a8a439ae5f894ed1d776344ea3219daafa5a9b781faf289f50143da04bf400cfb906eb20f6356373490a9f/2017.65.780.0/wyserver.wys
Request starting HTTP/1.1 GET http://MY_DOMAIN/api/v1/updates/tlc//2017.65.780.0/MYAPP.2017.65.714.0.to.2017.65.780.0.wyu
To test this I've added a second download url, both server and updates file:https://MY_OTHER_DOMAIN/%file%?version=%version%&endpoint=%urlargs%
which generates the following request log:"GET /MYAPP.2017.65.714.0.to.2017.65.780.0.wyu?version=2017.65.780.0&endpoint= HTTP/1.1"
Thanks!
You need to rebuild your update files and reupload them (including the *.wys file!) to your server. Then that files will have the %urlargs% variable in the URL.