[Here](https://github.com/aixigo/PREvant/blob/22cc416b49939b74f5212bbe580f2da7ecb313db/api/src/apps/host_meta_cache.rs#L262) PREvant generates a fixed [Forwarded header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded) that is then later [replaced for the HTTP clients](https://github.com/aixigo/PREvant/blob/22cc416b49939b74f5212bbe580f2da7ecb313db/api/src/apps/host_meta_cache.rs#L91-L95). This guessing could be replaced now [with the base URL](https://github.com/aixigo/PREvant/blob/22cc416b49939b74f5212bbe580f2da7ecb313db/api/src/infrastructure/infrastructure.rs#L90-L94) if that is present.