Thanks for the reply. I have been reading the documentation. I tried this way, but it gives me error -35
Any idea what I have wrong in the code?
lo_rest.setrequestheader("","POST /api/ContribuyenteFacturacion/ConsultarNumeraciones HTTP/1.1")
lo_rest.setrequestheader("Accept-Encoding","gzip,deflate")
lo_rest.setrequestheader("Content-Type","application/json; charset=utf-8")
lo_rest.setrequestheader("Content-Length","170")
lo_rest.setrequestheader("Host","gestioncontribuyentesrest.thefactoryhka.com.co")
liSendReturn = lo_rest.sendpostrequest(ls_url,ls_json,ls_Responsebody)
-35 -- TLS 1.3 error. The server does not support TLS 1.3.