tsung
tsung copied to clipboard
How to send raw_data TCP info with HEX encode
I try to send TCP request with raw_data like bellow, but the server needs HEX string for decoding,
so please who can help that how to send below info "0a7d0b" with HEX format
<raw data="0a7d0b"
thanks a lot.
looking forward to receive your reply
I need this as well.
Bad idea. You'd better send a string or bytes.
I need to transfer parameters of type byte []. Does Tsung support it? How to configure?