OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/system-admin-guide/system-settings/api-settings
Andrej Sandorf 4783514123
fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400)
3 years ago
..
README.md fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 3 years ago

README.md

sidebar_navigation description robots keywords
[{title API settings}] Settings for API functionality of OpenProject index, follow API settings

API system settings

In the API settings, you can selectively control whether foreign applications may access your OpenProject API endpoints from within the browser.

Cross-Origin Resource Sharing (CORS)

To enable CORS headers being returned by the OpenProject APIv3, enable the check box on this page.

You will then have to enter the allowed values for the Origin header that OpenProject will allow access to. This is necessary, since authenticated resources of OpenProject cannot be accessible to all origins with the * header value.

For more information on the concepts of Cross-Origin Resource Sharing (CORS), please see: