Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Apache fallback for Authorization header
Even when Apache is not putting the correct header in the PHP $_SERVER variable, it may still be retrieved using apache_request_headers. Yes, this is terribly inconsistent. If there are still problems after this, the server needs to be configured to set the HTTP_AUTHORIZATION value within $_SERVER.
- Loading branch information