Hello,
I try to use the jHttpClient component but it seems not to work properly.
I would like to download a web page on which I'm looking for a special string.
I'm trying to use HttpClient1ContentResult(Sender: TObject; content: rawbytestring) method where I think (I did not find any special documentation about this component) the var called content contains the HTML page that the server sent to me.
But, the content var does not contain anything.
Did someone ever use this component with success ?