If I run $this->f3->HOST from a webinterface, I get a different result than running it through a cronjob (using the excellent cron plugin from
https://github.com/xfra35/f3-cron).
If I understand correctly cron jobs run through the CLI.
In the webapp HOST will return subsub.subdomain.website.tld
throught the CLI it returns subdomain.website.tld (so without the subsub).
I am trying to understand why this is. Is this expected behaviour?
How could I get the correct path in both cases (without hardcoding it)?