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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -