svenstaro / proxyboi

A super simple reverse proxy with TLS support
MIT License
94 stars 13 forks source link

parse_header() doesn't accept header values containing ':' #252

Open gustavotcabral opened 1 year ago

gustavotcabral commented 1 year ago

Example usage: $ proxyboi https://upstream.com --listen 0.0.0.0:8000 --upstream-header 'Origin: https://mysite.com'