We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e34dd commit 8f751a6Copy full SHA for 8f751a6
api/proxy/proxy.go
@@ -92,6 +92,7 @@ func NewServer(
92
// The rest is proxied.
93
// HTTP handler to forward requests
94
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
95
+ r.Host = targetURL.Host
96
proxy.ServeHTTP(w, r)
97
})
98
0 commit comments