Actions
Defect #8590
closedBase Auth is not working with mod_fcgid for REST API
Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-10
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
I tried to use Redmine's REST API with base auth through Apache's mod_fcgid and could not make it work. It happens because apache don't sent auth information to fcgi scripts by default, but the .htaccess
should handle that with a rewrite rule, as follows:
RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
It was fixed on this post
Related issues
Actions