diff --git a/internal/nodes/http_request.go b/internal/nodes/http_request.go index b65dc84..6af7547 100644 --- a/internal/nodes/http_request.go +++ b/internal/nodes/http_request.go @@ -1172,7 +1172,7 @@ func (this *HTTPRequest) requestRemoteUser() string { // Path 请求的URL中路径部分 func (this *HTTPRequest) Path() string { - uri, err := url.ParseRequestURI(this.rawURI) + uri, err := url.ParseRequestURI(this.uri) if err != nil { return "" }