Hi, Is it possible to log a HTTP request upon error?
I am currently using a BeanShell Listener to log the ResponseData if not
successful.
if (!sampleResult.isSuccessful()) {
log.error(sampleResult.getResponseDataAsString());
}
}
But not sure how to log the HTTP request which caused this error.
Many Thanks
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
