Skip to content

Apache Config #503

@spectravp

Description

@spectravp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions