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

A Reverse Proxy for Rack

Results 32 rack-reverse-proxy issues
Sort by recently updated
recently updated
newest added

Everything else in this gem seems to work fine in ruby 1.8.7 save for this one declaration, since the 1.8 parser can't deal with non-optional arguments after optional ones. I...

Hi, I'm using this project to redirect requests in an existing heroku app that has been moved to a more powerful cluster. Redirects occur fine but I need one of...

Hi, I have reverse proxy setup for a subfolder to a wordpress blog, which is hosted on an ec2 server. Ultimate goal "https://www.example.com/blog/" The problem is the parent site is...

Fixed an issue that was preventing the original request headers (i.e. HTTP_USER_AGENT) from being included in the proxy request. Net::HTTP is expecting these headers to be specified as USER-AGENT, not...

This fixes two problems: - This will now properly convert underscored header names to their dashed equivalent. Custom headers like `Content-MD5` turns into `HTTP_CONTENT_MD5` in Rack, so converting back from...

Right now, a PATCH request gives you "method not supported: PATCH"

First of all, thanks for writing this -- it came in super handy at work today. I have a rather unusual setup as I am trying to run my reverse...

This was causing a duplicate headers error on Chrome

Our data center is only accessible by configuring Net::HTTP to talk across a proxy. This minimal change accomplishes that. Thanks, Tim

This fixes a big problem with nginx. nginx does not send some headers if they have an underscore in them. Since this is a Rack middleware, all headers will be...