felipenoris / hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Apache License 2.0
181 stars 63 forks source link

fix: check for slash atend of forward_url #24

Closed somehowchris closed 2 years ago

somehowchris commented 2 years ago

We should check if the entered url is ending with a / and if so strip that as req().uri().path() starts with a /

somehowchris commented 2 years ago

In favor of #28