CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    43

    how to intercept HTTP traffic from this program?

    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?

  2. #2
    Join Date
    Jan 2008
    Posts
    43

    Re: how to intercept HTTP traffic from this program?

    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

  3. #3
    Join Date
    Aug 2007
    Location
    Birmingham, UK
    Posts
    360

    Re: how to intercept HTTP traffic from this program?

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured