Open APEX-BVI opened 10 months ago
Based on the documentation user running TI on apache should add this to their .htaccess file RewriteCond %{HTTP:Authorization} ^(.) RewriteRule . - [e=HTTP_AUTHORIZATION:%1]
But these lines should be also added to the virtual host
I added the following to the Virtual Server
<IfModule mod_headers.c> SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] </IfModule>
An now the Authorization header is available on my server
3.x
No response
What happened?
Based on the documentation user running TI on apache should add this to their .htaccess file RewriteCond %{HTTP:Authorization} ^(.) RewriteRule . - [e=HTTP_AUTHORIZATION:%1]
But these lines should be also added to the virtual host
What did you expect to happen?
I added the following to the Virtual Server
Handle Authorization Header
An now the Authorization header is available on my server
Version
3.x
What browser are you seeing the problem on?
No response
Relevant log output
No response