How to access the hex request and response in a pre processor #85
Replies: 1 comment
-
In a Pre-Processor only the request can be accessed as the response is unknown until after the Sampler has run.
Not the Sampler but the SampleResult provides this method. Also not defined in a Pre-Processor.
|
Beta Was this translation helpful? Give feedback.
-
Hi, so I tried to access the request/response of the sampler in a Beanshell Preprocessor with sampler.getSamplerData() and it is saying this method doesn't exist. So how can I get the request/response from the sampler?
Beta Was this translation helpful? Give feedback.
All reactions