When I just want to see the requests sent to a website, this works fine for me: tcpdump host thedomain -A -s10000 | grep -Eo "(GET|POST).*$" More info here: http://en.gibney.org/capture_webtraffic/
When I just want to see the requests sent to a website, this works fine for me: tcpdump host thedomain -A -s10000 | grep -Eo "(GET|POST).*$" More info here: http://en.gibney.org/capture_webtraffic/