Top "Idhttp" questions

Http get json into string

I'm trying to get json response via HTTP GET method to a string but all I got is that: I'm …

json delphi delphi-7 indy idhttp
IDHTTP.Post error

procedure Texport_plan.cxB_LoadClick(Sender: TObject); var HTTP: TIdHTTP; Query: String; Buffer: TMemoryStream; loadData: Sting; responseData: String; begin try …

delphi indy idhttp