Skip to content

Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing

Notifications You must be signed in to change notification settings

eyesnz/redmine_cors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine CORS

Redmine plugin to allow external application to use Redmine REST API with 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:

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.

About

Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 72.7%
  • HTML 27.3%