Defect #10303
Demo and test sites do not support basic authentication with REST API
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Website (redmine.org) | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
On the demo Redmine instance (http://demo.redmine.org) and on the personal test sites (*.m.redmine.org), basic authentication fails both with the username/password and the API key method. Only public projects can be accessed/listed using the REST API. Since on local instances it works fine, this is likely an issue with the server configuration.
History
#1
Updated by Jean-Philippe Lang about 10 years ago
- Category set to Website (redmine.org)
This is an apache configuration issue. You can use the X-Redmine-API-Key header anyway, it works fine.