![]() |
OnURLRequest not working - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: OnURLRequest not working (/thread-1792.html) |
OnURLRequest not working - fatersoft - 07-10-2020 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 RE: OnURLRequest not working - Alexandre Machado - 07-13-2020 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"? |