Do you guys know how I can post data on https link with synapse, i have managed to do that but it takes about 2 or 3 seconds to get the response(on lnet) i can't get it to work with synapse, this is my code
var s:tstrings;
begin
s:=tstringlist.create;
HttpGetText('https://api.efactureaza.ro/nomenclator/index/',s);
showmessage(s.text);
Thank you!