tags:

views:

31

answers:

0

I'm trying to debug some screen scraping that I'm doing by capturing the POST request made by firefox and comparing it to the one that my script does, however I'm having some trouble capturing that POST request with YATT:

If I set YATT to use Raw Socket Packet Capture with the IP address that appears to be my external IP address then I can capture some data, however it appears to only be the responses from the servers, not the requests themselves.

If I set YATT to use WinPCap then I dont get anything collected on any of the interfaces.

The only thing that I can think of that might be affecting it is that I have the MS loopback driver installed. Also I'm using a 3G card as my internet connection.

Is there something I'm missing about how YATT captures its data?