roidayan / redmine.js

Redmine client for Android written in AngularJS 1.4
GNU General Public License v2.0
16 stars 4 forks source link

Add jsonp support #18

Closed roidayan closed 8 years ago

roidayan commented 8 years ago

Most servers do not support cors requests and administrators might not want to add external plugin redmine-cors to support it.

Redmine has builtin support for jsonp without an external plugin, though might be disabled. Admins may approve enabling jsonp support over adding redmine-cors.

roidayan commented 8 years ago

some have issues using external cors plugin so need to add jsonp support which doesn't require an external plugin.

roidayan commented 8 years ago

not possible to use jsnop alone for updating issues. jsonp is only goot for get requests but still need cors to support put and post methods which are required for updating issues.