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
The web as a platform - May 27, 2014
Will Twitter eliminate its 140-character post limit? - Mar 16, 2015
How Development Seed builds websites - Sep 17, 2016
My Web Apps as of March 2016 - May 24, 2016
Cross-Origin Resource Sharing header - Jan 09, 2015
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 19, 2024 - 11:39 p.m. EDT