Created
March 13, 2019 10:40
-
-
Save fcaldarelli/ece1be40fca1edcc584ebe9b059f9268 to your computer and use it in GitHub Desktop.
Add this entry to avoid that Apache truncates Authorization header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_setenvif.c> | |
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment