rack-proxy
rack-proxy copied to clipboard
A request/response rewriting HTTP proxy. A Rack app.
Bumps [rack](https://github.com/rack/rack) from 3.0.8 to 3.0.9.1. Release notes Sourced from rack's releases. v3.0.9.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
Can the rack-proxy be used to redirect some http requests to a SOCKS5 proxy ?
What's the purpose of replacing underscores with dashes? (a noob question) *** How can I preserve underscore in header key? I see it's happening [here](https://github.com/ncr/rack-proxy/blob/bee97d2b25a8c6611b4dccba2bb62288f5ac3596/lib/rack/proxy.rb#L37) I'm struggling to solve this...
We were using this gem for a while and never had problems with it, however, after we upgraded rack from 2.1.4.3 to 2.2.6.4 we started observing some issues with the...
Hi folks The logic about ssl certificate verification in https://github.com/ncr/rack-proxy/blob/ce04ba5a15dd0c32d3f1b223fc980e3210f8008e/lib/rack/proxy.rb is pretty confusing. There are two variables interacting - `ssl_verify_none` and `verify_mode`. imho we should only have one. Or are...
When @streaming=true, header values are improperly serialized to HTTP as values like `content-encoding: ["gzip"]`
Hello, I am using Ruby 2.4.10, Rails 5 on WSL. I recently ran bundle update and now I get this error in rails when running ./bin/webpack-dev-server. If I don't run...
Hey, can you guys bump the rack version to its latest release. We're picking up a vulnerability on AWS Inspection Scanner.
I'm using [rack-reverse-proxy](https://github.com/waterlink/rack-reverse-proxy), which uses `rack-proxy`. I'm trying to write a test to ensure that `rack-reverse-proxy` is working correctly, but it looks like WebMock / VCR is causing a conflict...
Hello, I'm hoping to use this library to handle 20-some legacy routes alongside my rails app, in some cases to proxy and others to redirect. I notice the readme mentions...