Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Created January 26, 2016 19:25
Show Gist options
  • Save arcostasi/a16d064faf867da38fed to your computer and use it in GitHub Desktop.
Save arcostasi/a16d064faf867da38fed to your computer and use it in GitHub Desktop.
Authorization: Bearer no Apache
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