Using cURL
http://curl.haxx.se/docs/manpage.html
http://curl.haxx.se/docs/httpscripting.html
http://superuser.com/questions/149329/what-is-the-curl-command-line-syntax-to-do-a-post-request
http://curl.haxx.se/docs/manual.html
curl --location http://asdfafs.com -F email=xxxx -F password=xxxx http//asdfafs.com/program
curl -c cookies.txt -F email=xxxx -F password=xxxx http//asdfafs.com/program
curl --dump-header headers-and-cookies.txt -F email=xxxx -F password=xxxx http//asdfafs.com/program
ensure to escape chars on the command line.
http://curl.haxx.se/docs/http-cookies.html
curl -b cookies.txt http://jothut.com/cgi-bin/junco.pl/blogpostform
From JR's : articles
45 words - 770 chars
created on
updated on
import date 2013-08-12 21:52:13
- #
source
- versions
Related articles
Webhooks - Sep 30, 2016
Perl and Curl - Mar 23, 2015
Plain Dealer newspaper downsizes due to changes from print to digital - Oct 08, 2013
Links about Cross-origin resource sharing - CORS - Sep 15, 2015
Toledo area tech orgs - Sep 09, 2013
more >>