Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

There is no distinction between any AI program and some existent game.


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

SubjectAuthor
o Re: HTTP POST Method with Visual ObjectsHeG Ti

1
Re: HTTP POST Method with Visual Objects

<21ff66b0-3411-43e7-99c8-7b92d744f50dn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ad4:4629:: with SMTP id x9mr5369001qvv.58.1633026496104;
Thu, 30 Sep 2021 11:28:16 -0700 (PDT)
X-Received: by 2002:a37:db02:: with SMTP id e2mr6147169qki.436.1633026495938;
Thu, 30 Sep 2021 11:28:15 -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:28:15 -0700 (PDT)
In-Reply-To: <gfuepqFh2esU1@mid.individual.net>
Injection-Info: google-groups.googlegroups.com; posting-host=177.47.50.94; posting-account=GKOnuAoAAACMCMnBtFMrNY0WIsakW1z8
NNTP-Posting-Host: 177.47.50.94
References: <q78el1$s32$1@news.albasani.net> <q78ff7$ggq$1@dont-email.me>
<gfrk2lFs9ndU1@mid.individual.net> <q7bo2s$8e8$1@gioia.aioe.org> <gfuepqFh2esU1@mid.individual.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <21ff66b0-3411-43e7-99c8-7b92d744f50dn@googlegroups.com>
Subject: Re: HTTP POST Method with Visual Objects
From: hegasaf@gmail.com (HeG Ti)
Injection-Date: Thu, 30 Sep 2021 18:28:16 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 53
 by: HeG Ti - Thu, 30 Sep 2021 18:28 UTC

Em terça-feira, 26 de março de 2019 às 07:55:56 UTC-3, Wolfgang Riedmann escreveu:
> Hi Norbert,
> > I have interest on your winHTTP class. Can you share it to me?
> please find it here:
>
> https://www.riedmann.it/download/winHttp.zip
>
> This library is using external modules as most of my libraries that are
> shared between different VO projects.
>
> Wolfgang
>
> P.S. other VO sources downloads are on the same page:
> https://www.riedmann.it/verschiedenes_cavo.php
> >
> > Norbert
> >
> > Am 25.03.2019 um 10:07 schrieb Wolfgang Riedmann:
> > > Hi Fred,
> > >
> > > I had used that code really for a long time, but since it uses
> > > WinINet, and Microsoft does not supports it anymore, I use winHttp
> > > now instead.
> > >
> > > https://msdn.microsoft.com/en-us/library/windows/desktop/aa384270%28
> > > v=vs .85%29.aspx
> > >
> > > https://msdn.microsoft.com/en-us/library/aa384270%28VS.85%29.aspx#Po
> > > stin g_data_to_the_
> > >
> > > If you need that code, I can share my winHttp class.
> > >
> > > Wolfgang
> > >
> > >
> --
An example of the use:

LOCAL oHttp as winHttp

cServerName := "ef49-777-37-51-94.ngrok.io"
cURL := "/hook/"
cJSONstring := [{"name":"] +self:oDCmName: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