/var/log

Tag: Apache

Apache Authentication header for Bearer token

By default, Apache doesn't allow the Authentication header that is used for bearer tokens. To make it work, I had to do this: I had to use the SetEnvIf line, but some people report that they had to use the RewriteRule line.