Mentions légales du service

Skip to content

Compute absolute urls using X-Forwarded-Host

MARGERY David requested to merge bugs/#8636 into master

Created by: dmargery

See bug #8536 for the context.

With this code, absolute urls of type :in (exposing how to reach g5k-api resources) now only rely on the config file (base_uri_in) if no X-Forwarded-Host, added by the request by proxies, is present.

Merge request reports