Skip to content

Expose Link header in CORS Api calls

Matthias Käppler requested to merge github/fork/fchasen/master into master

Created by: fchasen

Adds "Link" to a list of exposed headers created by Rack Cors on API requests. This enables pagination link headers to be used cross domain.

Merge request reports