From 47f334b6f4cb8c5badb5d020b27c30d824b88dd6 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Tue, 6 Feb 2018 17:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E6=97=A0=E6=B3=95=E6=94=B6=E5=88=B0=E5=9B=9E?= =?UTF-8?q?=E8=B0=83Authorization=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index d9ee23c9..e29b143e 100644 --- a/.htaccess +++ b/.htaccess @@ -6,3 +6,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] +SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 \ No newline at end of file