wangchy0927 opened a new issue, #6099:
URL: https://github.com/apache/jmeter/issues/6099

   ### Expected behavior
   
   _No response_
   
   ### Actual behavior
   
   _No response_
   
   ### Steps to reproduce the problem
   
   
   Because http body is sensitive, json need to be encrypted byte[]
   
   
   String value="{ \"k1\": 1,"  \"k2\": 2\"}";
   byte[] bytes = value.getBytes();
   vars.putObject("body",bytes);
   
   JMeter Body Data set ${body}
   
   But what was actually sent out was` [B@39f9e84c`
   
   The actual string received by the server  not byte[]
   
   how can i do
   
   
   
   
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   1.8
   
   ### OS Version
   
   win10


-- 
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: dev-unsubscr...@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to