forming custom packets (General questions)

by phonehax @, (6203 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...

locked

Re: forming custom packets

by wodDamir @, (6202 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

locked