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 a0701032b6
Fix/docs (#10869) [skip ci]
2 years ago
..
README.md Fix/docs (#10869) [skip ci] 2 years ago

README.md

sidebar_navigation title description keywords
[{title API settings} {priority 930}] API settings Settings for API functionality of OpenProject 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. This will also enable it for dependent authentication endpoints, such as OAuth endpoints /oauth/token and the like.

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: