You are not logged in.
Pages: 1
Hi there,
While using the TWinHTTP.Post function I noticed that my data was never being sent. Looking at the TWinHTTPAPI.Post function it looks like the aData parameter is never being sent. Is this correct?
SynCrtSock.pas line 5267
class function TWinHttpAPI.Post(const aURI, aData: RawByteString;
const aHeader: RawByteString=''): RawByteString;
begin
result := InternalREST(aURI,'POST','',aHeader);
end;
Offline
Oups...
We have now fixed missing sending of data in TWinHttpAPI.Put/Post methods.
See http://synopse.info/fossil/info/85371eca41
Thanks for the feeback!
Offline
Great thanks
Offline
Pages: 1