-
Catalin Irimie authored
By default, the httputil reverse proxy does not change the Host header, resulting in the upstream server receiving the Host header of the current request, instead of the "expected" target (url) host. Related to: https://github.com/golang/go/issues/28168 Changelog: changed EE: true
131dd305