-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
I installed the application through cpanel which gave me version 1.14.2.
I have been following https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html to setup the system. However on running the API test I got:
Google Reader API configuration test:
❌ FAIL get HTTP Authorization header! Wrong Web server configuration.
From reading https://docs.holodyn.com/KnowledgeBase/Hosting/Apache/PHP_FastCGI_Authentication_Headers and https://www.drupal.org/project/restws/issues/2101361 I tried experimenting with adding to a .htaccess file.
Upon adding
RewriteCond %{HTTP:Authorization} ^(.+)
RewriteRule ^(.*)$ $1 [E=HTTP_AUTHORIZATION:%1,PT]
(from the above links) I got a pass. Unfortunately I don't know which directory needed the headers so have added it in the top level.
- Where is best to add it?
- Could this be supported internally if this is detected?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels