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
Updated by Alex Last over 13 years ago
hey, I beat you by 2 minutes :) see bug #8589
Updated by Etienne Massip over 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Alexey won.
Actions