rack-reverse-proxy icon indicating copy to clipboard operation
rack-reverse-proxy copied to clipboard

Add support for manipulating the headers of the proxy request via :heade...

Open blakewatters opened this issue 14 years ago • 2 comments

I had the need to make some modifications to the headers of proxied requests. This patch provides support and tests for merging additional headers into the proxied request or manipulating them via Proc callback.

blakewatters avatar Apr 12 '12 17:04 blakewatters

+1 to this request. Would very much like the ability to manipulate headers.

ajacksified avatar Apr 25 '12 22:04 ajacksified

+1, I actually implemented the same thing in a very basic form on my fork of this repo, but it would be fantastic to have it supported properly.

nathankleyn avatar Jan 10 '13 12:01 nathankleyn