Hey there
We have updated our FME Server to Version 2021.0.1.
Now we have a small problem with the fmedatadownload service. The Workbench works fine, and it also returns a URL. But the returned URL has the wrong protocol and not quite the right host.
We have the following request:
https://fmesvr.company.com/fmedatadownload/...?opt_servicemode=sync&opt_responseformat=json
The response URL looks like this:
http://fmesvr/fmedatadownload/results/...
If we change the download URL to the right protocol and host the download works just fine.
Obviously we have some Settings wrong. Can anyone help witch config files are wrong?