Skip to content

Add HTTP Accept request header to the proxy key

ale requested to merge proxy-content-negotiation into master

Should help with content negotiation. To avoid an explosion of keys, any Accept header containing text/html (so, browsers) is mapped to the 'html' string.

Merge request reports