You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: