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




Reply With Quote