diff --git a/canapGEST/API/public/.htaccess b/canapGEST/API/public/.htaccess
index 258956fae7eee4f24d5346503dbdf2eb50f39099..167b2403c9fed219be488f0df45a8271dd1ee4a4 100644
--- a/canapGEST/API/public/.htaccess
+++ b/canapGEST/API/public/.htaccess
@@ -1,6 +1,8 @@
 Options +FollowSymLinks
 RewriteEngine On
 
+RewriteRule .* - [e=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^ index.php [L]
\ No newline at end of file