https://issues.apache.org/bugzilla/show_bug.cgi?id=50684
Summary: Optionally disable Content-Type and Transfer-Encoding
in Multipart POST
Product: JMeter
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
JMeter currently follows the RFCs and creates multi-part headers of the form:
-----------------------------7d159c1302d0y0
Content-Disposition: form-data; name="PARAM"
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
However, many browse only provide the following:
-----------------------------7d159c1302d0y0
Content-Disposition: form-data; name="PARAM"
Further, some broken servers reject the valid Content-Type and CTE headers.
It would be useful to be able to optionally operate Multipart Posts in
browser-compatible mode.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]