Below is an example session, which uses cURL for the CMS demo application running on the Querix web server:
curl -c cookies.txt -X POST "http://online-demos.querix.com/LyciaWeb/esapi/run/default/demo_samples/gui_demo"
curl -b cookies.txt -X GET "http://online-demos.querix.com/LyciaWeb/esapi/get"
Or the value of the required field:
curl -b cookies.txt -X GET "http://online-demos.querix.com/LyciaWeb/esapi/get/formonly.cust_fname"
curl -b cookies.txt -X GET "http://online-demos.querix.com/LyciaWeb/esapi/current/actions"
curl -b cookies.txt -X POST "http://online-demos.querix.com/LyciaWeb/esapi/action/nextrecord"
curl -b cookies.txt -X GET "http://online-demos.querix.com/LyciaWeb/esapi/get/formonly.cust_fname"
curl -b cookies.txt -X POST "http://online-demos.querix.com/LyciaWeb/esapi/action/qiut"