Feb 23, 2012

Wireshark

You can use the specific HTTP header display filters to show either just the request headers, just the response headers or both.
tshark tcp port 80 or tcp port 443 -V -2 -R "http.request || http.response"

No comments: