mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
It seems to be the case, that array indicies in $_SERVER are always uppercase. Sadly I could not find any documentation of this but at least with mod_php it is the case. Also a extensive search on github projects seems to support this thesis. On my installation the 'X-FORWARDED-PROTO' is even then uppercase when its mixed case in the Header provided by the reverse proxy. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>