Skip to content

Broker didn't use bearer authentication #129

Answered by jasny
nxtpl asked this question in Help needed
Discussion options

You must be logged in to vote

https://stackoverflow.com/questions/26549250/apache-strips-down-authorization-header

Several modules will strip the Authorization header to try to enhance security by preventing scripts from seeing usernames, passwords, etc... unless the developer explicitly enables this. Many of these modules will allow this header if you simply add the following line to .htaccess: CGIPassAuth on (source: Apache docs and StackOverflow)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jasny
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #129 on December 28, 2020 12:41.