diff --git a/internal/nodes/http_request_reverse_proxy.go b/internal/nodes/http_request_reverse_proxy.go index b17a420..d41a642 100644 --- a/internal/nodes/http_request_reverse_proxy.go +++ b/internal/nodes/http_request_reverse_proxy.go @@ -35,6 +35,7 @@ func (this *HTTPRequest) doReverseProxy() { requestCall := shared.NewRequestCall() requestCall.Request = this.RawReq requestCall.Formatter = this.Format + requestCall.Domain = this.Host origin := this.reverseProxy.NextOrigin(requestCall) requestCall.CallResponseCallbacks(this.writer) if origin == nil {