• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CURL - what am I doing wrong?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: CURL - what am I doing wrong?
      • From: Hanaan Rosenthal <email@hidden>
References: 
 >CURL - what am I doing wrong? (From: Hanaan Rosenthal <email@hidden>)

  • Prev by Date: Anyone Scripting FastTrack Schedule 9?
  • Next by Date: Re: Does anybody know a fast method to get out myIP?
  • Previous by thread: CURL - what am I doing wrong?
  • Next by thread: Re: CURL - what am I doing wrong?
  • Index(es):
    • Date
    • Thread