How could i go about making post and get HTTP requests through GnuCOBOL? I havent found any gppd resources online to do this so I've turned to the forums
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You will get better and most likely quicker response if you login to the forum.
Here is an example I use on linux to get a random number from the random number generator web site.
How could i go about making post and get HTTP requests through GnuCOBOL? I havent found any gppd resources online to do this so I've turned to the forums
You will get better and most likely quicker response if you login to the forum.
Here is an example I use on linux to get a random number from the random number generator web site.
Using an external command (often would be curl or even Powershell) if one option.
@ Mickey: can you please check for other options presented in the contrib area and provide a second version using these?
I will look into it...