Click to See Complete Forum and Search --> : how to intercept HTTP traffic from this program?


bulbish
June 22nd, 2008, 01:20 AM
i used to intercept the http requests this demo program made with Fiddler and then paste them into my program(cos i dont know how to generate myspace tokens)

the program:
http://www.mp3songplays.com/

Now the old one does not work and the new version is out, but the traffic doesnt show up in MS fiddler. Any advice?

bulbish
June 23rd, 2008, 06:01 PM
anybody?

maybe it send HTTP requests using a different port, not port 80? any way to check?
I need to somehow capture the HTTP requests that program is sending to myspace

Edders
June 24th, 2008, 05:28 AM
You could use a packet sniffer like Wireshark to see the stream? You may then be able to see what the difference is between the old and the new versions in term of streaming parameters and ports/addresses used.