|
-
Jan 20th, 2007, 12:28 AM
#1
Thread Starter
Hyperactive Member
something similar to a packet recorder?
is it possible to record what inet is sending? I have this code in a command button:
VB Code:
inet1.openurl("www.google.com")
is it possible to see what it's sending? This is what i want:
Code:
GET / HTTP/1.1
Accept: image/gif,image/x-xbitmap,image/jpeg,image/pjpeg,*/*
User-Agent: Microsoft URL Control - 6.00.8169
Host: www.google.com
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: PREF=ID=9eb3555f6ecb4afc:TM=1169267595:LM=1169267595:S=zXZiKyzQAFc9ixd1
what im trying to do actually is just get the cookie, but having a packet recorder is the only way that would work... i think
-
Jan 20th, 2007, 01:22 AM
#2
Re: something similar to a packet recorder?
I don't think the inet control has any kind of method/property for getting data that is sent, only data that is received.
I could be wrong though as I don't use the inet control that often.
-
Jan 20th, 2007, 01:25 AM
#3
Re: something similar to a packet recorder?
-
Jan 20th, 2007, 01:27 AM
#4
Re: something similar to a packet recorder?
 Originally Posted by Hell-Lord
I think you're confusing inet with Winsock?
Either way, he's asking about how to get data that was sent, not how to send data.
-
Jan 20th, 2007, 01:27 AM
#5
Re: something similar to a packet recorder?
o sorry wrong thing i was just having a chat with someone about INET and i got confused. LOL SORRY
-
Jan 20th, 2007, 01:29 AM
#6
Re: something similar to a packet recorder?
VB Code:
inet1.openurl (URL,datatype)
i think it should help this time notice how i didnt get mixed with winsock control
-
Jan 20th, 2007, 04:14 AM
#7
Thread Starter
Hyperactive Member
Re: something similar to a packet recorder?
 Originally Posted by Hell-Lord
VB Code:
inet1.openurl (URL,datatype)
 i think it should help this time notice how i didnt get mixed with winsock control 
thanks, but that only gets the returned data and not the data sent by the inet control.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|