ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Preserve host when i enter a path into the proxied server #68

Closed jcamejo closed 3 months ago

jcamejo commented 7 years ago

Hi!

Is there a way to presever the host even when i access a path?

For example example.com (The proxied url) works OK, but if i access example.com/blog, it goes back to the original url.

I don't know if this is possible to maintain in this library.

Thanks!