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

#web
#programming
#curl

From JR's : articles
45 words - 770 chars
created on
updated on
import date 2013-08-12 21:52:13 - #
source - versions

Related articles
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
Will Twitter eliminate its 140-character post limit? - Mar 16, 2015
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 8, 2024 - 4:35 a.m. EDT