https://bz.apache.org/bugzilla/show_bug.cgi?id=65310
Bug ID: 65310 Summary: When using httpclient4 implement to upload files, the content-type parameter cannot be set correctly. Product: JMeter Version: 5.4.1 Hardware: PC Status: NEW Severity: major Priority: P2 Component: HTTP Assignee: issues@jmeter.apache.org Reporter: zoolt...@qq.com Target Milestone: JMETER_5.5 Created attachment 37865 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37865&action=edit pic There is a default content-type parameter in HTTP Manager coomponent. The upload sampler(Http Request): In the request header sent by java implement, the value of content-type is correct. In the request header sent by httpclient4 implement, the value of content-type is the default value defined by HTTP Manager, not the correct value. See the attachment for details. -- You are receiving this mail because: You are the assignee for the bug.