remote_ip_proxy_scrubber
remote_ip_proxy_scrubber copied to clipboard
Make it as easy as possible to prevent Rails from logging IP addresses that belong to proxy devices in your HTTP request chain.
Results
2
remote_ip_proxy_scrubber issues
Sort by
recently updated
recently updated
newest added
preserve log_tags in rails application.rb config see https://github.com/rails/rails/blob/4-2-stable/railties/lib/rails/application/default_middleware_stack.rb#L35
When I using this gem, I found out it might get the wrong response from server. e.q.: I kept made 2 request calling, A is `http://127.0.0.1/?value=dummy1` and B is `http://127.0.0.1/?value=dummy2`...