Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Forwarding

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.

Clone this wiki locally