From 5f58f7e509a07219a30cc8a831f2e5d1bcd83a10 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Thu, 8 Jul 2021 12:33:56 +0100 Subject: Use .htaccess in order to get bearer token from $_SERVER --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..f0da25f --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ + + # Handle Authorization Header. + RewriteCond %{HTTP:Authorization} . + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] + -- cgit v1.2.3-13-gbd6f