Created
January 26, 2016 19:25
-
-
Save arcostasi/a16d064faf867da38fed to your computer and use it in GitHub Desktop.
Authorization: Bearer no Apache
This file contains 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
Mudar htaccess para aceitar Authorization: Bearer | |
RewriteCond %{HTTP:Authorization} ^(.*) | |
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment