diff --git a/internal/nodes/http_request.go b/internal/nodes/http_request.go index 496514d..02b6bc2 100644 --- a/internal/nodes/http_request.go +++ b/internal/nodes/http_request.go @@ -281,6 +281,7 @@ func (this *HTTPRequest) doBegin() { } } } else if this.ReqServer.UAM != nil && this.ReqServer.UAM.IsOn { + this.web.UAM = this.ReqServer.UAM if this.doUAM() { this.doEnd() return