ThorbenKonopka opened a new issue, #6741: URL: https://github.com/apache/jmeter/issues/6741
### Expected behavior According to RFC 7578 section 8: The `multipart/form-data` media type has no required parameters other than `boundary` and no optional parameters. However, jmeter adds a `charset` parameter to the `Content-Type` header when sending `multipart/form-data` requests. The `Content-Type` header should only contain the `boundary` parameter: `Content-Type: multipart/form-data; boundary=6WHBdCwuCrCqKt-bDCQyRLPETfeXcy-5twdnz` ### Actual behavior The `Content-Type` header includes an invalid `charset` parameter: `Content-Type: multipart/form-data; boundary=6WHBdCwuCrCqKt-bDCQyRLPETfeXcy-5twdnz; charset=UTF-8` ### Steps to reproduce the problem 1. Create an HTTP-Request Sampler 2. Set the method to POST 3. Add a file 4. Check the `Use multipart/form-data` box 5. Run the request and inspect the headers of that request ### JMeter Version 5.6.3 ### Java Version _No response_ ### OS Version _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
