Re: CURL - what am I doing wrong?
Re: CURL - what am I doing wrong?
- Subject: Re: CURL - what am I doing wrong?
- From: Steve Hayman <email@hidden>
- Date: Thu, 1 Dec 2005 09:47:34 -0500
Hi Hanaan. I took a look with "curl -v" to see more detail of the
conversation with the server - the response from the server has a
302 "Moved Temporarily" in it (with a redirection URL). Try it with
"curl -v ...." and you'll see
HTTP/1.1 302 Moved Temporarily
Location: https://efile.boe.ca.gov/boewebservices/
verification_results.jsp
in the output.
To get curl to follow these redirects, use a -L. You might try
curl -L "https://efile.boe.ca.gov/boewebservices/servlet/
BOEVerification" --output "/temp.htm" -d
"account=12121212&type=SALES&button=Submit"
No idea whether the output makes sense but at least this way you get
something in /temp.htm .
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden