| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: Problems downloading .asp files
From: Cris Bailiff <c.bailiff_at_awayweb.com>
Date: Thu, 19 Jul 2001 13:14:39 +1000
You are confusing the use of GET and POST parameters - input to web
'-d' sends a POST paramter as input, but your example URLS show the use
> I'm trying to read web pages with financial data. I have no problem if it's
This curl command is *NOT* accessing the URL you gave in the example -
curl -o test.pge
(The quotes are to protect the '&' characters, which are special to the
Luckily for you, PHP deliberately accepts both POST and GET input and
> However, when I try the OEX page at CBOE (which is really the definitive page) it doesn't work. The
Ask for exactly what you want:
curl -o test.pge
and you should get it...
Cris
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info