im working in Delphi XE6 and need to download xml data that is generated by php script on server. I did try with Indy IdHTTP.Get but it doesn't download anything... When i try open same link in browser or in TWebBrowser it shows generated xml data, but when i try to directly pull it with IdHTTP Get, nothing is downloaded, like there is no generated data...
Memo1.Lines.Add := idHTTP.Get(url);
Gives empty memo1.
Any tips or examples how to first execute php script on some server that will generate data, and pull down that result?
No comments:
Post a Comment