> ps: is there a way to execute an 
> httpsend.httpmethod('GET',xxxxxxxxxxxx') with no http headers? usind tcp
> socket maybe?

Yes. What is HTTP protocol? it is TCP socket connection where is 
transferred datas by specified standard. HttpSend using TTCPBlockSocket 
and build headers and other formal HTTP dependecies around.

So, if you want HTTP without headers, then use TTCPBlockSocket and build 
all by yourself. ;)

--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP 
Library



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to