Dne Thu, 17 Jan 2008 05:25:02 +0100 Arthur Pires <[EMAIL PROTECTED]>  
napsal/-a:

>   HTTP := THTTPSend.Create;
>   HTTP.MimeType := 'application/x-www-form-urlencoded';
>   try
>     Result := HTTP.HTTPMethod('POST', URL);
>      ShowMessage(HTTP.ResultString);
>     if Result then
>       Response.LoadFromStream(HTTP.Document);
>   finally
>     HTTP.Free;
>   end;

You do not pass any urlencoded data -> see
functions HttpPostURL and HttpPostBinary in
httpsend.pas unit


pf

-------------------------------------------------------------------------
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