Atozed Forums

Full Version: OnURLRequest not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
How to get the data posted by another program
IWAppFormURLRequest
It doesn't work
In other words
how to get webapplication.Request.ContentFields

in the 15.1 is true
in the 15.2 is not working


procedure TmainForm.IWAppFormURLRequest(aSender: TIWAppForm;
  aRequest: THttpRequest);
begin
    IWMemo1.Lines.Text webapplication.Request.ContentFields.Text;

end;
It doesn't work in 15.2
You posted the same question on several places but you are still failing to respond what I asked you on Telegram: "What's the exact request you are sending to your application"?