rails-reverse-proxy
rails-reverse-proxy copied to clipboard
A reverse proxy for Ruby on Rails
I wrestled with making this gem work with Webflow for a few days. Hopefully this will help someone do this in minutes. # Background: We have a Rails 5 website...
I'd like to specify Fiddler as a proxy so I can inspect the requests and responses easier. I need to specify localhost:7777 as a proxy. However, this doesn't allow proxy...
Hey all, We've been running this gem for a few weeks now to host our blog successfully - thanks for all the hard work!! One issue though, once or twice...
When I proxy a request that sends `Connection: keep-alive` then the proxy pauses for ~20 seconds before sending the proxied data back to the client. I can get around by...
This is my code... I'm still asked to login, though. Any idea? username and password are **_definitely_** correct. ``` def _reverse_proxy(endpoint=nil) @url = Settings.wordpress.url @path ||= [endpoint, params[:path]].compact.join.gsub('//', '/') reverse_proxy...
In `lib/reverse_proxy/client.rb` `ReverseProxy::Client` references the `Net::HTTP` constant but does not `require 'net/http'`, leading to `NameError (uninitialized constant ReverseProxy::Client::Net)` if nothing else has loaded it by that point.
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.5.0. Release notes Sourced from rails-html-sanitizer's releases. 1.5.0 / 2023-01-20 SafeListSanitizer, PermitScrubber, and TargetScrubber now all support pruning of unsafe tags. By default, unsafe tags...
Bumps [actionpack](https://github.com/rails/rails) from 7.0.1 to 7.0.4.1. Release notes Sourced from actionpack's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...