Page 1 of 1

UploadViaHttp - how to get the server-http(s)-response?

Posted: Fri Mar 06, 2020 12:59 pm
by Luwo
Hello,

I have a webscript that receives the bugreport, this solution works like a charm... :wink:

...my question: is there any possibility to see what the webserver responded as "http message body" ?

thanks for your help!

Re: UploadViaHttp - how to get the server-http(s)-response?

Posted: Mon Mar 09, 2020 2:04 pm
by madshi
madExcept exports this variable:

Code: Select all

var
  LastHttpPostReply          : AnsiString    = '';     // last reply from the server when doing an HTTP post
Does that do what you need?