loopback-content-range
loopback-content-range copied to clipboard
Allowed exposed headers overwritten by this mixin.
I have multiple headers I need to expose outside of this mixin. The problem is it sets the only allowed exposed header to Content-Range
. Ideally it should append to an array if headers are already exposed per the middleware.json
configuration.
https://github.com/darthwesker/loopback-content-range/blob/v1.0.1/index.js#L21
Hi @joe-at-startupmedia Could you please provide an example of your implementation?