diff --git a/internal/nodes/http_request_log.go b/internal/nodes/http_request_log.go index 105919d..0de7026 100644 --- a/internal/nodes/http_request_log.go +++ b/internal/nodes/http_request_log.go @@ -104,7 +104,7 @@ func (this *HTTPRequest) log() { Referer: referer, UserAgent: userAgent, Request: this.requestString(), - ContentType: this.requestContentType(), + ContentType: this.writer.Header().Get("Content-Type"), Cookie: cookies, Args: queryString, QueryString: queryString,