Em segunda-feira, 1 de abril de 2019 às 20:08:39 UTC-3, Fred Killet escreveu:
Thank you all for your help!
Kind regards, Fred
Hi everyone...
My conttrib using winHttp library from Wolfgang.
LOCAL oHttp as winHttp
cServerName := "ef49-177-47-50-94.ngrok.io"
cURL := "/hook/"
cJSONstring := [{"name":"] +self:oDCmPaciente:Caption+["}]
oHttp := winHttp{}
oHttp:UseSSL := true
cResult := oHttp:PostURL(cServerName,cURL,cJSONstring,INTERNET_DEFAULT_HTTPS_PORT)
RETURN self
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)