Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mavimo/redmine_cors
Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing
https://github.com/mavimo/redmine_cors
Last synced: about 2 months ago
JSON representation
Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing
- Host: GitHub
- URL: https://github.com/mavimo/redmine_cors
- Owner: mavimo
- Created: 2013-04-07T12:59:00.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-19T07:41:15.000Z (over 6 years ago)
- Last Synced: 2024-12-01T04:52:12.117Z (about 2 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 11
- Watchers: 4
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redmine CORS
Redmine plugin to allow external application to use Redmine REST API with [cross-origin resource sharing](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing).
If you have a browser application that require to access to Redmine API in a different domain your browser block request. This plugin allow browser to complete request and consue the API.
## Install
Clone current repo in the plugins directory:
```bash
cd $REDMINE_ROOT
git clone git://github.com/mavimo/redmine_cors.git plugins/redmine_cors
```and restart webserver to load plugins.
## Setup
In the administration area, click on *Plugin* section. This plugin have a configuration link, click on this link
and you will be able to define domain allowed to CQRS request. Default is set to **'*'** that allow all domains to make request to your application.