From 65602ab1935270f25b84108db723b1dae0868eed Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 31 Jan 2019 23:00:29 +0100 Subject: Case insensitive Authorization https://github.com/FreshRSS/FreshRSS/issues/2233 --- p/api/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/api/.htaccess b/p/api/.htaccess index 937983ec9..2bd6b1d14 100644 --- a/p/api/.htaccess +++ b/p/api/.htaccess @@ -1,5 +1,5 @@ - SetEnvIf "^Authorization$" "(.*)" HTTP_AUTHORIZATION=$1 + SetEnvIfNoCase "^Authorization$" "(.*)" HTTP_AUTHORIZATION=$1 -- cgit v1.2.3