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

Preserve original HOST header value in HTTP requests #61

Closed picoHz closed 7 months ago

picoHz commented 7 months ago

This pull request includes a change to preserve the original HOST header value in HTTP requests. The previous implementation was sending a modified HOST header value, but now it will preserve the original value.