Cybersecurity
DevOps Cloud
IT Operations Cloud
This article introduces the display issue of the binary data contained in BodyBinary.
LoadRunner Professional all version
When submitting a request with hex BodyBinary in the following function, the request content is not displayed as expected in the output:web_custom_request("xxxxx",
"URL=http://xxxxxxxxxx/xxx/xxxx/xxxxx"",
"Method=POST",
"TargetFrame=",
"Resource=0",
"Referer=",
"BodyBinary=\\x00\\x02\\x18\\x71100011..."
Expected output in extended log:
\x00\x02\x18\x71100011...
Actual output in extended log:
\x00\x02\x18q100011...