We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6931d2 commit 85e8d21Copy full SHA for 85e8d21
public/.htaccess
@@ -13,4 +13,8 @@
13
RewriteCond %{REQUEST_FILENAME} !-d
14
RewriteCond %{REQUEST_FILENAME} !-f
15
RewriteRule ^ index.php [L]
16
+
17
+ # Handle Authorization Header
18
+ RewriteCond %{HTTP:Authorization} .
19
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
20
</IfModule>
0 commit comments