forming custom packets - WeOnlyDo Discussion board

forming custom packets (General questions)

by phonehax, Thursday, May 15, 2008, 01:27 (6036 days ago)

i was wondering if i can form my own packets like with winsock

e.g.

strPacket$ = GET www.blah.com/search.php?q=blah & vbcrlf
strpacket = strpacket$ & Host: www.blah.com & vbcrfl

etc...

Re: forming custom packets

by wodDamir, Thursday, May 15, 2008, 09:19 (6036 days ago) @ phonehax

Hi phonehax,

Unfortunately that's not possible. wodHttpDLX creates those automatically, based on the properties that you set.

If you wish to see exactly what is sent to server, you can enable debugfile property and point it to some file on disk, where the exact Request/Response will be written. Just note that this file is meant for us in debugging purposes, so it could get huge if it doesn't get deleted regularily.

Regards,
Damba