We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824041f commit 911434dCopy full SHA for 911434d
public/.htaccess
@@ -8,6 +8,10 @@
8
# Redirect Trailing Slashes If Not A Folder...
9
RewriteCond %{REQUEST_FILENAME} !-d
10
RewriteRule ^(.*)/$ /$1 [L,R=301]
11
+
12
+ # Prevent stripping authorization headers
13
+ RewriteCond %{HTTP:Authorization} ^(.*)
14
+ RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
15
16
# Handle Front Controller...
17
0 commit comments