Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

retrieve http GET and response from webBrowser on vb.net

Status
Not open for further replies.

purpleseatbelt

Technical User
Jul 17, 2006
1
GB
this is my first post so hello to everyone.

I have been using a program called httplook which is i think a http sniffer. It produces lists that look as follows:

GET "200 ok

Am I correct in thinking:
1. That GET is the http REQUEST sent from my computer and that 200 OK is the http RESPONSE to that request (200 = no error).

2.As this is a http request all this information went through port 80 on my computer?


In order to monitor (listen?) to what is happening on port 80 I need to use a socket in my vb.net program, and then if I use a timer I can keep checking that socket - is that correct?


Now to problem - I have looked on google but sample programs are all on C. I only know vb.net. CAn someone please help me how to start

thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top