purpleseatbelt
Technical User
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.
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.