koding / websocketproxy

WebSocket reverse proxy handler for Go
http://godoc.org/github.com/koding/websocketproxy
MIT License
427 stars 120 forks source link

Keep User-Agent header #33

Open f-ld opened 4 years ago

f-ld commented 4 years ago

Request are received with a browser User-Agent but are then transmitted to the backend using the Go-http-client/1.1 user-agent causing some information lost for backend application.