Category Archives: curl

curl

make request with data http://www.yilmazhuseyin.com/blog/dev/curl-tutorial-examples-usage/ http://docs.openstack.org/trunk/openstack-identity/admin/content/curl-examples.html http://docs.rackspace.com/servers/api/v2/cn-gettingstarted/content/curl.html

Posted in curl | Tagged | Leave a comment

Automated HTTP GET (with cookies) in Curl

Problem: I have a list of url stored  in a file /tmp/myurls and needs to do a HTTP GET (with cookies) for each url wiithin the file. Solution: Here is how I use curl in a perl script to do a … Continue reading

Posted in curl | Tagged | 5 Comments