8000 GitHub - Smallcubed/redmine_cors: Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Smallcubed/redmine_cors

B8F9
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine CORS

Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing, aka CORS.

If you have a browser application that requires access to the Redmine API from a different domain your browser will block the request. This plugin returns the headers expected by the browser to complete request and consume the API.

Install

Clone the current repo into the plugins directory:

cd $REDMINE_ROOT
git clone git://github.com/smallcubed/redmine_cors.git plugins/redmine_cors

and restart redmine or the webserver to reload the plugins (no need to run any rails scripts for updating the database).

Compatible with: Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.2.x, 3.1.x

Setup

In the administration area, click on the Plugin section. You need to configure the domains that are allowed to access your REST API. Use '*' to allow access from all locations. You can also configure all of the allow headers and methods and set the age as well.

History

This plugin was created by Marco Vito Moscaritolo (http://github.com/mavimo) and has been updated by (http://github.com/llange) and Fred Cox (http://github.com/mcfedr) as well.

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 76.1%
  • HTML 23.9%
0