ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Pass through headers with alphanumeric names #52

Closed pd closed 8 years ago

pd commented 9 years ago

For example, 'Content-MD5' is a common header that is currently being swallowed by the proxy.

ncr commented 8 years ago

Thanks for this, and sorry for the late reaction :)