PDA

View Full Version : help with curl



peter_brickles
June 23rd, 2014, 02:57 PM
hi guys im trying to automate a request with curl on the site

http://fca-consumer-credit-interim.force.com/CS_RegisterSearchPageNew

the ip refernece i have that returns a result is 637235

and the code ive been trying




curl --data "j_id0:j_id5:j_id22:fnum=637235&press=%20OK%20" "http://fca-consumer-credit-interim.force.com/CS_RegisterSearchPageNew"

peter_brickles
June 24th, 2014, 10:00 AM
any other way to do this without curl ?

Lars Noodén
June 24th, 2014, 10:08 AM
wget has a lot of options and, unlike curl, comes included by default in Ubuntu.