Can Wireshark display info about the size of the data in a POST request? -


as heading states: can wireshark display info size of data in http post request?

it better if see size of specific fields submitted in post data.

how/can achieved?

can wireshark display info size of data in http post request?

if "data" mean posted data, then, if post request has content-length: header, yes, can - header.

it better if see size of specific fields submitted in post data.

that's not easy, although can individual fields of "xxx=yyy" item "urlencoded-form.key" , "urlencoded-form.value" if content-type application/x-www-form-urlencoded.


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -