popomore / koa-proxy

Proxy middleware for koa
223 stars 102 forks source link

strip trailing slash from headers.host #18

Closed tomaash closed 8 years ago

tomaash commented 8 years ago

Sometimes you want to specify the proxy url with trailing slash in your configuration. In that case, trailing slash must be stripped off the host header to make it work.

tomaash commented 8 years ago

Done and done.