picoHz / taxy

A reverse proxy server with built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket, written in Rust.
https://taxy.dev/
MIT License
88 stars 6 forks source link

Include target server URL path in proxied requests #103

Closed picoHz closed 1 week ago

picoHz commented 1 week ago

Enhance the proxy functionality by incorporating the target server URL path into requests. This change improves the handling of request paths and ensures that the correct segments are appended to the proxied requests.