How to make an http request in c10 ?
Hi,
Two of the best options:
- NetTalk: CapeSoft NetTalk
- 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.
Don’t forget about our Chilkat wrapper
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)