How to make http requests from COBOL?
For example, how can I create GET
, POST
requests to http://example.com
?
Relevant information about what I have on my machine:
$ cobc --version
cobc (OpenCOBOL) 1.1.0
Copyright (C) 2001-2009 Keisuke Nishida / Roger While
Built Nov 02 2013 00:16:01
Packaged Feb 06 2009 10:30:55 CET
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"