converjon icon indicating copy to clipboard operation
converjon copied to clipboard

Response header enhancements

Open graste opened this issue 10 years ago • 0 comments

Currently it's only possible to set response headers (cache-control etc.) for local files as they don't have headers. For source URL requests there's a original_header_whitelist and a default header, that is being added. Those are not configurable at the moment – see https://github.com/berlinonline/converjon/blob/master/lib/server.js#L45-L70

I propose two new settings like original_header_whitelist and additional_response_headers to make converjon a bit more flexible.

graste avatar Dec 18 '15 14:12 graste