On 06/01/2017 09:38, Jeremy Coulter wrote:
the code follows:
procedure TfrmServerMain.HttpServer1PutDocument(Sender, Client: TObject;
var Flags: THttpGetFlag);
In this event you validate the request and set the Flags to
hgAcceptData, if you want to further receive the PUT data.
The code you s
> I am using the THTTPServer to receive "PUT" and "POST" data from,
> in this case a call made using Googles "PostMan" tool.
> The issue I am having is I am able to receive the request, but
> not able to get the data sent. In this case its a JSON string.
> I can see the header information but whe