How to make http request?

How to make an http request in c10 ?

Hi,

Two of the best options:

  1. NetTalk: CapeSoft NetTalk
  2. LibCurl: GitHub - mikeduglas/libcurl: libcurl for Clarion

Regards
Johan de Klerk

1 Like

In the Clarion IDE there is a little known but very useful keyboard shortcut: F1.
image

Don’t forget about our Chilkat wrapper :slight_smile:
All comms tasks can be accomplished with extreme ease!

Thanks,

Andy
noyantis.com

There is the Clarion Example HttpRequest that uses ClaRunExtClass. I attached it below.


This was the refactored 2 weeks ago Webinar 718 - Refactoring a Clarion Example App

The refactored code is on Mike’s GitHub:


Attached original Example from 2015

WebRequest_Example.zip (2.4 KB)