reverse_proxy_plug icon indicating copy to clipboard operation
reverse_proxy_plug copied to clipboard

🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support

Results 27 reverse_proxy_plug issues
Sort by recently updated
recently updated
newest added
trafficstars

I am very excited about your project and was looking forward to integrating reverse_proxy_plug into my work project. During the integration process, I noticed that the plug seems to lack...

This functionality was effectively removed to fix #175 - the new version of this functionality should fulfil two requirements: - it should be tested to work with each adapter -...

Not so much an issue, but I wanted to see if there is a desire for a `Finch` adapter? I have a simple one working, and would be happy to...

Add an option :preserve_request_path reverse_proxy_plug currently maps url paths so that the original directory at which the route is mounted is not passed over to the destination server This new...

see #125 for context Is this still required? What behaviour changes with this present or not, and does that behaviour change based on library version?

see what other reverse proxies do in this scenario, but setting cookies for a domain that is never explicitly referenced is surprising behaviour

- IPV6 separators are `:`, not `.` - Should use `List.key*` functions in general to be idiomatic