-
Notifications
You must be signed in to change notification settings - Fork 950
Open
Description
This took me a while to figure out. I was able to successfully get an access token, but any other request using the access token would result in 403 forbidden. Turns out that on Apache 2.4 I had to add the code below to my config. Afterwards all worked fine.
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
Metadata
Metadata
Assignees
Labels
No labels