I'm still somewhat new to JMeter and not a programmer by trade. (I'm typically a BA/QA who happens understands OO programming and taken a few programming courses.) I'm performing API testing through REST service calls to/from our multi-tenant database.
I'm attempting to perform IMPORT through JMeter and am having difficulty. I'm able to successfully do it through REST clients like Postman and Advanced REST Client, but when I attempt to configure it in JMeter, it fails.
In Postman, the configuration is:
This is successful 100% of the time, as shown in the database.
In JMeter, I'm trying to replicate the configuration as follows:
HTTP Header Manager
HTTP Request
For MIME Type, I've tried "application/vnd.ms-excel", "vnd.openxmlformats-officedocument.spreadsheetml.sheet", and null - all with no success.
I've tried adding additional Header values in various combinations with no success:
- Content-Disposition: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- Content-Type: application/vnd.ms-excel
Any thoughts, comments, insight, possible solutions, are appreciated.



