X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=.htaccess;h=7ba4744b262af9c1ca97f617c4bb60d9510808e9;hp=19dd72a805e7b3bd170c87aabb25ad4764ca179a;hb=d1e8f152f6a3e7ed5df0ec7f9261d475a777d28a;hpb=4c2f51256f2c914a10c0c7aa59311c5862d2a480 diff --git a/.htaccess b/.htaccess index 19dd72a8..7ba4744b 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,10 @@ RewriteEngine On # Prevent accessing subdirectories not managed by SCM RewriteRule ^(.git|doxygen|vendor) - [F] +# Forward the "Authorization" HTTP header +RewriteCond %{HTTP:Authorization} ^(.*) +RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] + # REST API RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d