Skip to content

Instantly share code, notes, and snippets.

@BlackhawkG7
Created January 22, 2025 12:12
Show Gist options
  • Save BlackhawkG7/8cf86dff57d395d4b6cd7c61807d0444 to your computer and use it in GitHub Desktop.
Save BlackhawkG7/8cf86dff57d395d4b6cd7c61807d0444 to your computer and use it in GitHub Desktop.
# With certain web servers with Apache / nginx it can happen that the HTTP Authorisation header is not passed through to PHP.
# This can be activated with the following entry in the .htaccess.
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment