You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Rainer Volz edited this page Jun 13, 2016
·
1 revision
By default BicBucStriim uses relative URLs when generating documents, at least from version 1.3.6 on. This means that the answers contain no host or protocol information, the browser can prepend that. Normally this should cover a lot of uses cases where people use HTTPS instead of HTTP etc.
However, in some cases when gateways are used this doesn't work. So forwarding support was added. To enable it you have to disable the generation of relative URLs in the admin menu. Then the app will generate full URLs and listen for forwarding information sent by gateways.
Gateways can set the forwarding information by using the old X-Forwarded-For, X-Forwarded-Host header fields or the new Forwarded header.