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
Will Twitter eliminate its 140-character post limit? - Mar 16, 2015
The web as a platform - May 27, 2014
How Development Seed builds websites - Sep 17, 2016
My Web Apps as of March 2016 - May 24, 2016
Interesting reads from 10-plus years ago at theobvious.com - Aug 23, 2013
more >>