Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

To invent, you need a good imagination and a pile of junk. -- Thomas Edison


devel / comp.lang.clipper.visual-objects / Re: HTTP POST Method with Visual Objects

SubjectAuthor
o Re: HTTP POST Method with Visual ObjectsHeraldo Gama

1
Re: HTTP POST Method with Visual Objects

<cff670fb-4913-4260-9c40-34d779e70f72n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=938&group=comp.lang.clipper.visual-objects#938

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ac8:98:: with SMTP id c24mr8483447qtg.267.1633028119338;
Thu, 30 Sep 2021 11:55:19 -0700 (PDT)
X-Received: by 2002:a37:d97:: with SMTP id 145mr6215528qkn.212.1633028119082;
Thu, 30 Sep 2021 11:55:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Thu, 30 Sep 2021 11:55:18 -0700 (PDT)
In-Reply-To: <q7u5ln$ncd$1@news.albasani.net>
Injection-Info: google-groups.googlegroups.com; posting-host=177.47.50.94; posting-account=m5yjtQoAAABhjcypsf3AnjrpeLnYDgZK
NNTP-Posting-Host: 177.47.50.94
References: <q78el1$s32$1@news.albasani.net> <q7u5ln$ncd$1@news.albasani.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cff670fb-4913-4260-9c40-34d779e70f72n@googlegroups.com>
Subject: Re: HTTP POST Method with Visual Objects
From: heraldogama@gmail.com (Heraldo Gama)
Injection-Date: Thu, 30 Sep 2021 18:55:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 20
 by: Heraldo Gama - Thu, 30 Sep 2021 18:55 UTC

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

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor