Skip to content

Instantly share code, notes, and snippets.

@fcaldarelli
Created March 13, 2019 10:40
Show Gist options
  • Save fcaldarelli/ece1be40fca1edcc584ebe9b059f9268 to your computer and use it in GitHub Desktop.
Save fcaldarelli/ece1be40fca1edcc584ebe9b059f9268 to your computer and use it in GitHub Desktop.
Add this entry to avoid that Apache truncates Authorization header
<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