https://bz.apache.org/bugzilla/show_bug.cgi?id=65843
Bug ID: 65843
Summary: JMeter Unsuccessful Https File Upload of Raw contents
Product: JMeter
Version: 5.4.3
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
I have a very peculiar scenario where the raw data of the file has to be sent.
I have tried following options and still wasn't successful.
- Http Request with form-data disabled but still its sending as multi-part
which is not acceptable by the system
- Sending the file contents in request body by following methods . They were
successful however the file uploaded was encoded in some format so the MD5 hash
of the original file and uploaded file doesn't match. Hence the uploaded file
looked different from original
- FileToString Method
- Reading the file using HTTP request . Capturing the response and passing
to the body of File upload request
- Using Https Raw data . Since its https request, it cannot be used.
- All possible encoding formats available but nothing worked as the application
just expects the raw data without any encoding.
--
You are receiving this mail because:
You are the assignee for the bug.