I am using the TIdHTTP component to fetch web pages. Works fine for the main page. But it does not retrieve content generated by embedded javascript code. A good example are the pages which allow users to add comments via disqus.
Here is an example
In the scenario the TIdHTTP.Get method does not get the comments down on the bottom of the page.
Is there anyway this could be done with the Indy component or any other native component?
I have experimented using TWebBrowser OLE control. But I prefer to use native delphi code.