I have a Sampler HTTP Request setup with the body as: b''
This is a simple empty protobuf object, but JMeter is actually sending some wrapped version of this: b"b''" I have used Content-Type to be both application/protobuf and application/octet-stream. Is there a way to get JMeter to post EXACTLY what I give it? I have an open stack overflow issue for better formatting: https://stackoverflow.com/questions/50957492/jmeter-not-posting-binary-data-correctly Thanks, Britt
